5

Guy blackmails the whole scrum team that he wants to work on a python user story, because he loves python and that's what he's good at.

Then in a week writes about a hundred lines of code, didn't hear about pep8 and complains about the speed of the code.

Used re.seach instead of re.match. In half an hour there is a 100x speed-up. He loves python.

Comments
  • 0
    I haven't checked my code recently (for pep8) any him linters or something I can integrate into a project?
  • 1
    @JKyll pycodestyle
  • 0
    Black - uncompromising formatting
Add Comment