Bootstrap's maintainer hates the semicolon
1–10 of 137 posts
Re: Bootstrap's maintainer hates the semicolon
#2Re: Bootstrap's maintainer hates the semicolon
#3Easy solution, use CoffeeScript and have it compile down to JS. My favorite feature of CoffeeScript is the ruby/python line conventions spacing (2 spaces, no tabs), and no semicolons.
They're already compiling the CSS from Less. Seems natural to add CoffeeScript to the chain.
Re: Bootstrap's maintainer hates the semicolon
#4I hate these ideologues. But this is the trouble with JS I guess. I actually love javascript because of the highly dynamic nature of it. But that dynamism also lends itself to these kind of problems. I don't know of any other language where people can CHOOSE to follow syntax. Part of the problem is the awkward interpreter specs I guess. But also, with JS seems like everyone has an opinion :)
Re: Bootstrap's maintainer hates the semicolon
#5Thanks for drawing my attention to this. Currently, I maintain a separate branch simply for adding the missing semicolons so that I can link the individual bootstrap files with my project. It's been quite annoying and I now know that the annoyance may not go away anytime soon. I hate these ideologues. But this is the trouble with JS I guess. I actually love javascript because of the highly dynamic nature of it. But t…
Re: Bootstrap's maintainer hates the semicolon
#6Re: Bootstrap's maintainer hates the semicolon
#7Thanks for drawing my attention to this. Currently, I maintain a separate branch simply for adding the missing semicolons so that I can link the individual bootstrap files with my project. It's been quite annoying and I now know that the annoyance may not go away anytime soon. I hate these ideologues. But this is the trouble with JS I guess. I actually love javascript because of the highly dynamic nature of it. But t…
Your branch can become the new public useful one perhaps?
Now that I know there is some demand for a branch of this sort, I'll share it ASAP.
EDIT: the repo is at https://github.com/rajivnavada/bootstrap
Re: Bootstrap's maintainer hates the semicolon
#8Re: Bootstrap's maintainer hates the semicolon
#9Re: Bootstrap's maintainer hates the semicolon
#10If you're going to use JS, you're not allowed to change things like this. It just causes problems for people. Easy solution, use CoffeeScript and have it compile down to JS. My favorite feature of CoffeeScript is the ruby/python line conventions spacing (2 spaces, no tabs), and no semicolons. They're already compiling the CSS from Less. Seems natural to add CoffeeScript to the chain.