DEV Community

Discussion on: Minimal Code Doesn’t Mean Stable Code

Collapse
 
codingwithjiro profile image
Elmar Chavez

Wow, I just started exploring more into backend and I'm not expecting to learn great real-world topics here. But yeah, I agree. Less code is often good but we must also code what is required and what makes our codebase more robust. Thanks for this!

Collapse
 
adamthedeveloper profile image
Adam - The Developer

uh huh, “less code” is only good when it’s removing noise, not when it’s removing safeguards.

Once you start dealing with retries, failures, and multiple instances, robustness becomes part of the design, not an optional extra. And sometimes that naturally makes the code a bit heavier, even if the system is actually better engineered.

im glad it helped — this is one of those things that only really clicks once you’ve seen a few real production failures.

Some comments have been hidden by the post's author - find out more