Feels free to use jslint/hint in your code if that adheres to your style. But don't go trying to correct others' style with it. Different coding styles are accepted by others as long as they have good reasoning behind them. Omitting semicolons can make code look cleaner, there's less to type, and they're not required in most cases, they're accepted. The things that are not accepted are things that can affect what your code actually does, such as extending the object prototype or using eval.
-- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
