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
-
If you have been coding for more than a month and a missing semicolon takes more than 2 seconds to fix you should consider a career change.
-
The compiler tells you exactly where to look and the line that doesn't end in a semi sticks out anyway.
-
iiii92263y@lbfalvy go be totally accurate, sometimes a missed semicolon can cause a very cryptic error. Usually it doesn't
-
I find implicit declaration and memory issues related to constructors and copy constructors to be much more a pain in the ass, especially with a complex OOP design.
-
shenibaks563y@lbfalvy yeah but like it usually happens when I'm exhausted and just want to finish the code (cpp makes me exhausted anyways). When you're tired it's easy to miss a ; .
-
@shenibaks At that point you should go to sleep, it's unlikely you'd produce anything useful in a state where fixing a missing semi is a challenge.
-
when i started using python 90% of the time i got an error for a ; it didn't need :v
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966911Hats off to this lady .... I would have just flipped the machine
C++ in a nutshell: 90% of the errors are because you forgot a ; .
rant
c++