A fun simple game

Gollum@feddit.de to Programmer Humor@programming.dev – 867 points –
41

You are viewing a single comment

No docstring, no shebang, no main function, no raw strings, and I’m sure they don’t have unit tests with a mocked filesystem.

Pylint is screaming right now.

it’s the Nazi version.

I skimmed the linked doc and they don't:

Reformat code, since we believe that developers should do that

Which seems more open and forgiving than some linters. What makes them strict and inflexible?

Or did you mean actual Nazi run the project? (I hate that this is a possibility.)

Edit: They do say they have lots of strict rules. So, I am going that is it.

It’s flake8 with all the rules enabled. You get a hundred warnings even for small programs. I love it.