TIMTOWTDI

From ACT Wiki
Revision as of 22:59, 23 October 2019 by imported>Doug Williamson (Create page. Sources: linked pages, perl wiki https://perl.fandom.com/wiki/TIMTOWTDI, python webpage https://www.python.org/dev/peps/pep-0020/)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

1. Information technology - coding.

Acronym for There Is More Than One Way To Do It, pronounced "Tim Toady".

A fundamental precept of the Perl programming language.

Often contrasted with the approach of the Python language:

"There should be one - and preferably only one - obvious way to do it."


2.

Similarly open and flexible approaches in other fields, including equifinality.


See also