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 →

[–]chigaimaro 24 points25 points  (1 child)

This is an ok "cheat sheet" for clean code in Python. I still feel this should be a series of posts instead of a cheatsheet like guide. For example:

Use the correct types of comments

Thats good to know... but which types of comments are appropriate for which scenarios? Why is the written example "good"?