What is the DRY principle?
These words in the subtitle refer to DRY (Dont repeat yourself). But DRY is not just about not repeating code that looks the same, it is about knowledge within the system.
This raises an important question: what is a piece of knowledge? We can define...
thepragmaticengineer.hashnode.dev7 min read