Tip: Standardize your comments
<<Try using JSDoc format (similar to Javadoc) to standardize your comments: http://jsdoc.sourceforge.net/ . You can then use the JSDoc tool to parse inline documentation and produce easily readable HTML documentation files. Here’s an example: /** * Predicts the winning team in a football game. *…>> (more…)
Original post by Chris Gilmer