The Zen of PAL
The Zen of Python is a very cool set of design rules collected by Tim Peters (the infamous timbot). Some of the rules are good design rules even outside of Python's universe. I personally borrowed some of these rules for what I consider good PAL (product allocation in global ATP) design.
Simple is better than complex.
Explicit is better than implicit.
Flat is better than nested.
Simple is better than complex.
Explicit is better than implicit.
Flat is better than nested.
0 Comments:
Post a Comment
<< Home