JavaScript - Object-Oriented JavaScript Files

  • As noted in the section outlining Comments & External Documentation, each file should begin with a block comment detailing important information about the file. In addition to the default block comment, the class should include a brief description of all class functions and a brief description of all class instance variables.
  • Constants should be defined at the beginning of the file.
  • The class constructor should be the first method in the file.
 
programming\javascript\object-oriented_javascript_files · Last modified: 2008/01/22 17:33 by admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki