
Death by a thousand "justs"
TL;DR : Stop using the word "just." It’s not a technical term. It’s a psychological trap that turns clean systems into a mess of "quick fixes" that nobody (not even AI) can explain. Here is why "just" is the most expensive word in your codebase. It’s 5:00 PM. The sprint is ending, there’s a bug in production, and someone on the call says: "Let’s just do it this way." Whenever I hear the word "just" in a technical discussion, I get nervous. It usually doesn't mean the solution is simple. It means we are choosing to ignore how complex the problem actually is. The "just" trap We use the word "just" as a mental painkiller. It sounds easy. "Let's just add a flag here." "Let's just bypass this validation for now." It feels like a quick win, but "just" isn't a technical term. It’s a psychological one. It’s a way to cut corners without feeling guilty about it. The problem is that code doesn't live in a vacuum. Every "just" you add has to live with all the other "justs" from last year. Local si
Continue reading on Dev.to
Opens in a new tab


