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
-
@GieltjE isn't that a bit to far.. you could of just used a beautifier that whenever you open it modify it to look like that instead
-
Maxeh8038yTbh the second is painfull to look at. How can you find this good? All the wasted lines...
-
@Maxeh exactly. And I find it just shy of repulsive to look at. There is just something so satisfying about everything about the first version.
// indentation of "if"...
if (condition) {
/* ... */
} // ... matches up with this bracket.
if (condition)
{ //just... WHY
/* ... */
} /* it feels like now I have to keep track of bracket indentation for not only just closing brackets but opening ones too! */ -
GieltjE18198yThe first is painfull to look at, takes to much te to precisely determine what is inside a block.
When coding with a group adhere to a single coding style, it prevents stupid cockups and improves efficiency. -
@GieltjE i can agree that when coding as a group, there should be a single standard established. Neatly written, beautified code with blocks indented consistently and all that such.
Related Rants
Two tipes of devs...
undefined
dev