Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 910 Bytes

CommonAcronyms.md

File metadata and controls

22 lines (11 loc) · 910 Bytes

Common Acronyms

DRY

The Don’t Repeat Yourself (DRY) principle comes from software engineering and the purpose is that when you repeat the same source code, humans will almost indefinitely introduce bugs. For this reason it is best to write code only once and use the pre-written and tested code whenever possible. This reduces the cost of development and provides a more reliable product.

KISS

The Keep it short and simple (KISS) principle is a variation of Occam's razor.

R4

Rapidly Reduce, Reuse, and Recycle.

License

Copyright 2014-22 © Cale McCollough; most rights reserved, Third-party commercialization prohibited, mandatory improvement donations, licensed under the Kabuki Strong Source-available License that YOU MUST CONSENT TO at https://github.com/CookingWithCale/AStartupCookbook.