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 9, 2024
1 parent 0097465 commit 75ea5b5
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.
Readability counts.
Simple is better than complexe.
Complex is better than complicated.
In the face of ambiguity, refuse the temptation to guess.

The Zen of Python, by Tim Peters

0 comments on commit 75ea5b5

Please sign in to comment.