renkun-ken / rlist

A Toolbox for Non-Tabular Data Manipulation
Other
204 stars 28 forks source link

Use CamelCase function names #95

Closed renkun-ken closed 9 years ago

renkun-ken commented 9 years ago

All function names like list.something will be changed to listSomething, which complies CamelCase standard and avoid potential method clash.

Old functions will be deprecated in version 1.0.

renkun-ken commented 9 years ago

Such massive API break, if necessary, deserves a new package.