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
-
I use both the first and the last one. The last one I unly use for setters and getters with just one statement.
-
2 for opening functions (if I'm coding C), because I did it like that before development was my job. 3 if it only contains something like return or continue. 1 for most other things.
-
This is the true nightmare...
Foo()
{ // begin your code here
}
Some editors don't know how much to indent this shit
Related Rants
-
devios111Me, flirting with a cute girl from the finance dept. in the kitchen: "Well, back to the grind. I've got this ...
-
m3ty13If a python dev tries to develop in java
-
netanel090914I took a programming class this semester in which a have to write code on paper, and the more I write, the mor...
there are three kinds of programmers
foo () {
// those who use this
}
foo ()
{
// those who do this
}
for () { } // and theres this
undefined
last one is a nightmare
brackets