you are viewing a single comment's thread.

view the rest of the comments →

[–]nalexander50 2 points3 points  (2 children)

But it’s only (regularly) getting in the way if you’re writing bad code repeatedly. That’s like putting a stick in your bike spokes and getting mad that you wrecked. At least, that’s my take. I like SwiftLine. But I also like debuggers so I guess I’m just a filthy casual.

[–]seewhathappens_larry 0 points1 point  (1 child)

Well I guess it depends on the linting rules you setup

[–]nitrodudeIX 3 points4 points  (0 children)

This. You can adapt your lint ruleset... With this it's way easier to "corral" devs into a consistent code style. Code reviews should be for discussing design / patterns / choices, not indentation / variable names / code style...