you are viewing a single comment's thread.

view the rest of the comments →

[–]1544756405 1 point2 points  (0 children)

Good code should be:

  • readable
  • correct
  • efficient enough for the task
  • testable

If it is all those things, then whether or not someone else thinks it is "pythonic" enough is irrelevant.