BeginnerVocabulary#backend#developer-tools#software-architecture

DRY Principle Vocabulary

Learn the vocabulary of keeping every piece of knowledge in a single, unambiguous place in a system.

0 / 5 completed
1 / 5
At standup, a dev mentions ensuring that a specific piece of business knowledge, like a tax calculation rule, exists in exactly one place in the codebase, rather than being copy-pasted with slight variations across several files. What principle is this called?