skip to main content
MetaFilter
AskMeFi
Projects
Music
Jobs
Podcast
IRL
Chat
MetaTalk
Home
FAQ
About
Archives
Tags
Popular
Best Of
Random
Login
New User
2 posts tagged with semicolons. (
View popular tags
)
Displaying 1 through 2 of 2. Subscribe:
The infernal semicolon
This February, Twitter released
Bootstrap 2
a rewrite of their earlier Bootstrap code. It's basically a framework that offers barebones styles and functionality. What's of interest, though, is that it uses almost no semicolons
(just 15 in over 1k lines of code)
, which are normally used to separate lines of code. Instead, the code relies on
automatic semicolon insertion
(ASI). Unfortunately this code breaks when
minified
using
JSMin
. This was
reported as an issue on Bootstraps's github page
which led to a
heated discussion on the topic of ASI
.
[
more inside
]
posted by
Deathalicious
on Apr 16, 2012 -
128 comments
A Guide to Using Semicolons Properly; Also, Further Links to Semicolon Related Material on the Inside.
;)
[
more inside
]
posted by
Effigy2000
on Jan 25, 2010 -
71 comments
Page:
1