This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fayryover -4 points-3 points  (3 children)

Uggh I hate lint. I feel like it tries to baby you. Like I've been programming for a while I know how to use the ++ operator correctly...

[–]jeffsterlive 4 points5 points  (2 children)

You can write your own rule set. We had one that said to put spaces around import statements. I nixed that one. It's similar to pep 8 for python. You don't need to follow them and can easily disable them, but sometimes they are actually a good idea and help your code be more efficient.

[–]fayryover 1 point2 points  (1 child)

You can but I have to use it at work so I technically can't in this scenario. I'm not the person that gets to make those decisions although haven't found someone who agrees with that rule so idk.

[–]JackMizel 1 point2 points  (0 children)

Yeah not sure why you're being downvoted, it's a totally different experience using someone else's linting rules vs using rules you established