The Zen of Python—a collection of principles that summarize the core philosophy of the language—has crystal-clear points like these:
- Simple is better than complex.
- Complex is better than complicated.
- Flat is better than nested.
- Readability counts.
If the implementation is easy to explain, it may be a good idea.
No comments:
Post a Comment