Quote:
Originally Posted by rem736
no wonder kobo programming is not up to par. in one instance, the format is CAP every first letter in the keyword (FullScreenReading), and in the other (showPageHeader), it's not.
there is no consistency at all.
|
This is actually consistent with the conventions of some programming languages where class names and other top-level objects begin with a capital while method and simple variable names begin with lower case.
Edit: Well it might be consistent anyway, to know whether it is actually consistent you would need to look at the naming conventions used in their source code.