Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Zen of NMWDI

(inspired by https://peps.python.org/pep-0020/ )

Duplication is wasteful, linking is better
Data first, Apps second
Share the data you collect
Explicit is better than implicit
Consistent is good, standardized is better, validation is essential
Be Robust.  (Postel's Law: Be conservative in what you do, be liberal in what you accept from others.)

  • Follow the Robustness principal aka Postel’s Law: Be conservative in what you do, be liberal in what you accept from others

  • Automation. Automate process whenever possible. Always opt for automation of doing it by handle.

  • Services. Build services whenever possible. Always opt for making THE service first, then AN application

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.