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 do prefer it with no space. But when some IDEs add it in automatically, i just move on with life
-
There should be a community made code formatter for every language, like Go has gofmt
-
The coding style in our company actually requires this. We have to put at least one space in font of any (. Oh and also align every () = ; : balabala...
-
If you are complaining about this then clearly you have too much time on your hands 😅
Related Rants
My boss writes code like this:
def someFunction (someArg: String) = ...
Who does that?! A space? Da fuck?! And it's all over the code base. Whenever another dev touches any of his stuff, we correct it:
def someFunction(someArg: String) = ...
The way god intended it!
rant
code
formatting
spaces