I say not. We need to free more js developers from the "your code is only good if you use jslint" myth.
On Feb 20, 3:47 am, Evgeny Bogdanov <[email protected]> wrote: > Hi > > I've been always using it, then I saw sequelize project that does not use > ";" at all. > I kinda liked it, but did not switch. > > Lately, I've been reading on Go language that made me think again. > They don't use ";", and enforce a specific style, which is completely fine > with me > if () { // on the same line > return { // on the same line > > maybe instead of enforcing ";" everywhere, it is easier to enforce the > specific style with JSLint > it would increase code readability and less ";" typing. > > Thoughts? -- 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
