DEV Community

Jonathan Hall
Jonathan Hall

Posted on • Originally published at jhall.io on

What is the value of "code quality"?

Talk of code quality, paying down technical debt, and software craftsmanship are popular these days. But do these things actually offer any business value?

Think back to the last time you had to make a change to some software you didn’t write, or a system you didn’t build. How easy was it?

I’d be willing to bet a significant sum it wasn’t much fun. You probably said things like “What were they thinking?” as you muddled your way through a jumble of misnamed classes.

This is obviously the cost of low quality, of technical debt, of poor craftsmanship.

So the value of high code quality is code that’s easy to work on, easy to change. Does this have business value?

It does, if and only if it allows the business to deliver working user features faster.


If you enjoyed this message, subscribe to The Daily Commit to get future messages to your inbox.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay