On Feb 20, 2012, at 11:47 AM, fent wrote: > 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.
All this is subjective. My style is my style, not yours, nor Crockford's. I extend prototypes, because they're there to be extended. Object.prototype included. And I use eval whenever I need to use eval. -- Jorge. -- 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
