This post was originally posted on my personal blog.

Clean code. SOLID principles. Meaningful variable names. Small functions. We've built an entire discipline around making code readable, maintainable, and elegant. And for good reason. We have to read it, understand it. We review it, debug it, extend it, onboard onto it.

But what if we stop...