+ 1
What kind of programmer use ";" ? and why they hate it so much? *sorry for bad english
Why ";" ??
3 Respostas
+ 12
semicolon is used in JavaScript, java, c++,... not everyone hates it but some do because it can get a little tedious adding that after every new statement.
https://news.ycombinator.com/item?id=4530481
when did it become so trendy to hate semicolons? | Hacker News
https://softwareengineering.stackexchange.com/questions/142086/why-the-recent-shift-to-removing-omitting-semicolons-from-javascript
coding style - Why the recent shift to removing/omitting semicolons ...
http://irisclasson.com/2013/02/12/stupid-question-148-why-the-love-for-semicolons-in-so-many-programming-languages/
Stupid Question 148: Why the love for semicolons in so many ...
PS: I don't hate that it's a strong word to use when you are going to do something everyday you either love it or suffer silently ( I don't). I find it a little awkward coding without semicolon in a programming language
+ 8
i don't hate it ... but sometimes when i forget to put ; after System.out.print() .. makes me angry when program don't work (in java) 😂
+ 5
If you hate semicolon ';' so much, then you should learn Javascript, it allows you write code without ending with ';'.