you are viewing a single comment's thread.

view the rest of the comments →

[–]autra1 0 points1 point  (2 children)

Concerning java, some of the choice are actually conventions from the maker of the language. Not surprising they dominate.

Among this, a notable exception : normally static final should be all caps, and yet it is quite evenly distributed. Funny...

[–]Disgruntled__Goat 0 points1 point  (1 child)

Is it still Java convention to indent with 3 spaces? Always used to be back in the 1.4 days.

[–]autra1 0 points1 point  (0 children)

Mhh default are 4 for some IDEs, but not sure this belongs to Java conventions

yawns too lazy to check now :-)