Class variables should be written with Uppercase (but there are some
classes in Pharo that don't follow this convention). Class methods
(accessors in this case) are written in lowercase. Again, you can find
several samples in Pharo.

Thanks
Christian

On Tue, Apr 7, 2015 at 1:54 PM, Jan B. <blizn...@fit.cvut.cz> wrote:

> Hello
>
> Class variable names should start with capital letter (as I just found
> out),
> like RecentProjects. We have a getter to it. Should such accessor method be
> named recentProjects or RecentProjects?
>
> ... class#>>(r/R)ecentProjects
>      ^ RecentProjects
>
> Jan
>
>
>
> --
> View this message in context:
> http://forum.world.st/class-variable-accessor-naming-tp4818137.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>

Reply via email to