Source: blog.boot.dev

The Pros and Cons of DRY Code
Clean code is like clean garbage - it’s only clean if it doesn’t exist. In other words, the only clean code is no code. Let’s start with an acknowledgment that a perfectly clean (empty) codebase is useless, that is, without code, we can’t provide value to our users.

Related Articles