0
tass
8y

Getting back a task bc the code reviewer didnt like the formatting fml

Comments
  • 1
    Why can't I setup code formatting guidelines in GitHub and let auto format tabs and spaces anyway.
  • 0
    Im talking about spaces between lines and stuff. I do like tidy code but cmon
  • 2
    i understand people wanting to follow conventions but outside the conventions each engineer has their own habits and preferences.
    For example, i personally like to leave an extra line between the function signature and the body of the function. I find it just makes it more readable to my eye. But code reviews always point them out and make me delete them. having your own little habits like that is fine as long as the code is still clean and explains itself well.
Add Comment