6

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!

Comments
Add Comment