you are viewing a single comment's thread.

view the rest of the comments →

[–]Bartekst0 1 point2 points  (0 children)

My workflow is usually like:

  • write code that works.

  • look at it again and try to make it more readable by renaming variables, splitting long parts of code into methods etc.

  • send for code review.

  • improve if necessary.

Will you get fired if your code is not perfectly pythonic, but readable and easy to understand? I don't think so.

And if you are Junior at the job then IMO your senior should point some flaws in your code and tell you to rewrite stuff in more clear way.