Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
korrat6346yI guess it’s less that you don’t need them and more that you won’t have to search for the missing ones
-
korrat6346y@Alice don’t question my choice of using cat for development.
In all seriousness though even vim can highlight missing semicolons using autoformat tooling and static analysis. -
ddephor45116yThey are only a problem in memes.
Not for anyone knowing more than a HelloWorld example and using a decent editor. -
I usually say "Whitespace matters!" with relief instead of talking about semicolons. Because developers are forced to at least properly format their code. Mostly. Usually.
-
bahua129046yMe: <runs script with a missing semicolon>
Interpreter: error on line 114
Why is that bad? -
I guess some people realize that they've hated typing semicolons all along, me included.
-
In ES6 JS I don't use semi colons.... Not a problem just one less key to type per statement.
-
musician9426y@mattwebdev unless in very specific cases where it might result in nasty bugs. Thats why I let prettier add those semicolons for me.
When I hear that “you don’t have to use semicolons in Kotlin / Go / whatever” uttered with such excitement and relief, I am astonished. Semicolons are a problem now? Were they ever a problem?
rant