Zen of Python: Difference between revisions

Content deleted Content added
m Remove extra "s" in a plural possessive https://style.mla.org/apostrophes-three-ways/
m Principles: Add rubber duck debugging as an interpretation of explaining code implementation
Line 48:
* Now is better than never.
* Although never is often better than {{em|right}} now.{{efn|In the interpreter easter egg, this is written as "Although never is often better than *right* now." This follows a longstanding convention of [[Plain text|plain-text]] communication — in which common formatting features are often impossible — where [[Emphasis (typography)|emphasis]] is represented with asterisks.}}
* If the implementation is hard to [[Rubber_duck_debugging|explain]], it's a bad idea.
* If the implementation is easy to explain, it may be a good idea.
* [[Namespaces]] are one honking great idea – let's do more of those!