What kind of programmer use ";" ? and why they hate it so much? *sorry for bad english | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What kind of programmer use ";" ? and why they hate it so much? *sorry for bad english

Why ";" ??

4th Sep 2017, 1:41 AM
Muh Yassir Li
Muh Yassir Li - avatar
3 Answers
+ 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
4th Sep 2017, 1:48 AM
Lord Krishna
Lord Krishna - avatar
+ 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) 😂
4th Sep 2017, 4:45 AM
Changed
Changed - avatar
+ 5
If you hate semicolon ';' so much, then you should learn Javascript, it allows you write code without ending with ';'.
4th Sep 2017, 2:01 AM
Calviղ
Calviղ - avatar