objectscript / cos-guidelines

Caché ObjectScript contibutors guidelines
MIT License
15 stars 15 forks source link

Long functions #3

Closed eduard93 closed 8 years ago

eduard93 commented 8 years ago

What about functions with long names?

$listfromstring()

or

$lfs
tsafin commented 8 years ago

Long functions is the same as expanded keywords.

Short-names are confusing for new comers and harm code readability. And should be avoided.

Thanks for pointing out - will expand the generic rul of not using short names for statements.