|
|
|
|
|
by msm_
999 days ago
|
|
I disagree with comments being distracting. You can overdo them, but one good comment - like "baz = 1 # the default is 1 instead of 0, because most real-world production servers foobars 1s into 7s" can save days of frustration. In general, comments often add a very vaulable context to your code in a way that readaable function/variable names can't. |
|