Re: [Class]Ridiculous question



Lew wrote:

Daniel Moyne wrote:
Following Roedy's advice regarding naming objects I have made a copy of
the very useful URL to comply with coding convention.

Roedy is promulgating the conventions put forth by Sun at about the time
Java was released to the public, or before.

<http://java.sun.com/docs/codeconv/>

There are others they put out, too, like this one for JSP:

<http://java.sun.com/developer/technicalArticles/javaserverpages/code_convention/index.html>
or this general one:
<http://developers.sun.com/software/sundev/whitepapers/java-style.pdf>

Thanks Lew.
.



Relevant Pages

  • Re: finalize()
    ... Lew wrote: built-in Hoare monitors, GC, ... Well, actually, into the JVM spec, but Java is predicated on running on the JVM. ... And the "foaming lunacy" to which you colorfully allude is simply the suggestion that the conventions are useful. ... it is legal to call Terminator from just ...
    (comp.lang.java.programmer)
  • Re: close swing form application
    ... Lew wrote: ... one place in a hundred that uses the word "Java" and "at least once in every context ... ... Sun also doesn't list Java with a TM symbol on their front page, you have to click on a link to see their list of trademarks. ...
    (comp.lang.java.programmer)
  • Re: Why we should (not?) have closures after all
    ... >> badly written code? ... Just wanted to point out that Lew is obviously working in languages that do allow a typdef, and this doesn't seem to have improved his opinion of it. ... As for typedef, my use of it in C was to eliminate the "struct" keyword, and never to shorten the type name itself. ... My objections aren't to the "typedef" keyword as such, but to the attitude that reducing the redundancy and verbosity of Java is necessary, important, valuable or helpful. ...
    (comp.lang.java.programmer)
  • Re: Java language and library suggestions
    ... Lew wrote: ... single most glaring defect in Java. ... that would be equivalent to an & 0xff or 0xffff for byte and short or char operands, ...
    (comp.lang.java.programmer)
  • Re: classes/packages..
    ... 'javac' and 'java' from the project directory 'eegee/', ... You will not get far with Java until you comprehend the classpath. ... thank you very much Lew.. ...
    (comp.lang.java.help)