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
-
Kage9257yI must say I'm a fan of the second. But I see most people using the first on if statements.
-
2erXre525047yWhen I started programming I found the first one more convenient to read. But then I started using IDE's and their powerful formatters. And suddenly I was coding in each programming language according to their most common formatting practices. Means nowaday: it depends on the language.
-
nickj51717ytotally depends... at university, we use the first one. when im at home or doing other side projects, both depending on what language or with whom i work with.
Related Rants
if(){
}
or
if()
{
}
undefined
curly braces