The Problem With “John”: The Developer Who Built Everything but Documented Nothing

by Arif Ikhsanudin, Backend Developer

Every team has a “John”—the brilliant developer whose output seems unstoppable.
Features roll out, production stays stable, and managers see him as indispensable.

But there’s a hidden cost: the rest of the team struggles to understand, modify, or safely extend his code.

Code Should Be Living Documentation

Documentation isn’t just a separate Word file or PDF.

  • Well-written code explains itself in clear naming, structure, and comments
  • High-level architecture embedded in the code helps others understand design decisions
  • Tests, examples, and readable functions are part of “living documentation”

When John writes code that only he can decipher, the system becomes a trap rather than a guide.

The Paradox of Perceived Value

Because John produces so much, he looks good in the manager’s eyes.

  • rapid delivery impresses stakeholders
  • managers may overlook maintainability issues
  • “John is busy, don’t disturb him” becomes team lore

Meanwhile, other developers hesitate to touch his codebase—any mistake feels high-risk.

Invisible Bottlenecks

John unintentionally creates obstacles for team productivity.

  • peer developers avoid areas of the code he owns
  • onboarding new hires becomes painful and slow
  • dependencies and tight coupling make seemingly simple changes risky

What appears as heroism to outsiders is a hidden drag on velocity for the team.

Encouraging a Culture of Readable, Maintainable Code

Teams can mitigate these issues without stifling creativity.

  • enforce clear naming conventions and code readability
  • encourage self-explaining functions and thoughtful structure
  • code reviews and pair programming distribute knowledge, not hero worship

The goal is living documentation that communicates through the code itself, not through extra files.

Balancing Individual Brilliance and Team Flow

John’s contributions are valuable—but only if they help the team, not just impress managers.

  • celebrate output while prioritizing clarity and maintainability
  • teach that code is communication, not a personal trophy
  • empower others to safely work on any part of the system

Brilliance that isolates is fragile; brilliance that educates is sustainable.


John may deliver miracles, but the real measure of a team’s health is whether everyone can safely build on each other’s work.

Code should speak in plain English, not just to the genius who wrote it.

Scale Your Backend - Need an Experienced Backend Developer?

We provide backend engineers who join your team as contractors to help build, improve, and scale your backend systems.

We focus on clean backend design, clear documentation, and systems that remain reliable as products grow. Our goal is to strengthen your team and deliver backend systems that are easy to operate and maintain.

We work from our own development environments and support teams across US, EU, and APAC timezones. Our workflow emphasizes documentation and asynchronous collaboration to keep development efficient and focused.

  • Production Backend Experience. Experience building and maintaining backend systems, APIs, and databases used in production.
  • Scalable Architecture. Design backend systems that stay reliable as your product and traffic grow.
  • Contractor Friendly. Flexible engagement for short projects, long-term support, or extra help during releases.
  • Focus on Backend Reliability. Improve API performance, database stability, and overall backend reliability.
  • Documentation-Driven Development. Development guided by clear documentation so teams stay aligned and work efficiently.
  • Domain-Driven Design. Design backend systems around real business processes and product needs.

Tell us about your project

Our offices

  • Copenhagen
    1 Carlsberg Gate
    1260, København, Denmark
  • Magelang
    12 Jalan Bligo
    56485, Magelang, Indonesia

More articles

How I Keep Growing as a Developer Without a Manager Pushing Me

Self-directed growth sounds like a personality trait. It's actually a set of habits — ones you can build deliberately, with or without anyone checking your progress.

Read more

Error Responses in APIs: What You Return Is What Developers Debug With

Error responses are not secondary—they are the primary interface for debugging. Well-structured errors reduce support load, speed up integration, and make systems easier to operate.

Read more

The Digital Nomad Boom Changed Lisbon's Hiring Market — and Not in Startups' Favour

Lisbon became one of the world's most desirable places to work remotely. Local startups are still figuring out what that means for their hiring.

Read more

Your Unit Tests Are Testing the Wrong Thing

Most unit test suites are heavily weighted toward testing implementation details rather than behavior. When the implementation changes — even correctly — the tests break, and the suite becomes a maintenance burden instead of a safety net.

Read more