12

Argh! This makes me sick!

Comments
  • 8
    Yes the last line is not right intended.
  • 3
    Ugh that is just unnecessary... (-__-')
  • 0
    @GhostDev No this means the developer failed in his "final check" :-)
  • 3
    I used to align SASS variables like that, every time they all had to move to the right a few spaces it was conflict city in git land.
  • 0
    My linter would flag errors on all the extra whitespace and reject the commit...
  • 0
    Just fix it and explain to the team why this is silly. No more belly ache.
  • 1
    @blauesocke everyone seems to be bothered by the formatting, the problem I have is that you can import all the variables from react native in a single line of code, just separate them with a comma...
  • 1
    @GhostDev Yes, but with this spelling its easier to copy or remove a single dependency.
  • 0
    This is making me sick because of whitespaces. Code Complete 2( or was it Clean Code...) book doesnt recommend people to "Pretty Format" their code due to maintenance headache. It might looks nice to the eyes but rarely ever one person works on a source code and it's hard to maintain. When you have one line thats longer than the rest, you have to reformat everywhere else. That's not an effective use of time IMO.
  • 0
    Hmm, its not even consistence, line 19 one space off.
Add Comment