Talk:Coding conventions: Difference between revisions

Content deleted Content added
Line 14:
One class per file is not necessary true. In Jave or C#, sometimes there is a need to declare private classes which have to share source files with some other public classes.[[User:G7shihao|G7shihao]] ([[User talk:G7shihao|talk]]) 02:52, 20 February 2009 (UTC)
 
:Hi, this comment is from 2009. Meanwhile, several up-to-date Java-conventions are added to main article. Closing this comment is unspecific and has not seen further responses. If I missed anything, please re-open. KR <nowiki>{{done}}</nowiki> [[User:17387349L8764|17387349L8764]] ([[User talk:17387349L8764|talk]]) 09:34, 15 April 2021 (UTC)
 
== Trailing commas ==