|
|
|
|
|
by more_corn
1065 days ago
|
|
Learn good style (if you aren’t given one the google style guide is pretty common)and unit test your code.
At google they call writing good code “readability”. When you get “python readability” your code is readable. Which makes it easier to understand, debug and maintain. |
|