Poll: Require Semicolons and Forbid Tables?
Posted
by
George Bailey
on Stack Overflow
See other posts from Stack Overflow
or by George Bailey
Published on 2011-02-05T23:22:46Z
Indexed on
2011/02/05
23:25 UTC
Read the original article
Hit count: 258
There are a few very serious but opinionated and subjective arguments that I know of. Two of them are
- Whether or not to use semicolons in the event they are optional. There is a vote as here that also includes reasons
- Whether or not to use tables for non tabular data. There more information here
Since the semicolon question arises often in JavaScript and the tables thing in HTML then there are probably many who run into both. I sort of expect a person who is strict with semicolons also to be strict about avoiding tables. I will post four CW answers here to vote on. Please vote what you think is right.
If you want to talk about the reasons then please use
- Semicolons: Do you recommend using semicolons after every statement in JavaScript?
- Tables: Start your own question under the polls tag and follow the design of the semicolons question.
© Stack Overflow or respective owner