Question: Should people always use semicolons in Javascript?
For those unfamiliar with the matter, Javascript allows semicolons to be omitted sometimes, see:
http://inimino.org/~inimino/blog/javascript_semicolons
Update: This poll was started as a result of a discussion on the node.js mailing list:
http://groups.google.com/group/nodejs/browse_thread/thread/35810f231cb289aa
> Relying on implicit insertion can cause subtle, hard to debug problems. Don't do it. You're better than that.
http://google-styleguide.googlecode.com/svn/trunk/javascript...