Practical guidelines for beautiful Python code | TurnKey Linux Blog - 0 views
-
a well defined mental model of the problem domain
-
Refining the architecture is part of the "refactor mercilessly" rule
-
If you've never inherited from a built-in data type, experiment with a small test case in a throw away script. This way you don't mangle your current project and you can be as experimental as you like.
- ...3 more annotations...