Skip to content

Commit

Permalink
[IMP] zen: Add new verse about ambiguity
Browse files Browse the repository at this point in the history
Writing clean code is good, but there should also be some advice for
people who want to read and reuse the code.

Ambiguity is a common factor of confusion, and has the effect of causing
disparity beween the intended use of code and its actual usage.

A small verse about ambiguity should help as a warning.
  • Loading branch information
Yoann-bary committed Jul 19, 2024
1 parent aa04644 commit 614f1ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions zen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Beautiful is better than ugly.
Simple is better than complexe.
Complex is better than complicated.
Readability counts.
In the face of ambiguity, refuse the temptation to guess.

The Zen of Python, by Tim Peters

0 comments on commit 614f1ab

Please sign in to comment.