Nzubechukwu.
← All posts
Software engineering4 min read

What code review taught me about writing prose

Same skills, different medium: clarity, structure, knowing your reader, and killing your favourite sentence.

By Nzubechukwu Cyprian · Pharmacy student at UNN, full-stack developer

Generative cover art for the post “What code review taught me about writing prose”

Reviewing code made me a better writer, which surprised me until I saw that they're the same skill wearing different syntax.

The transfers

Structure before polish. A review checks shape first — is this in the right place, does the flow make sense — before nitpicking style. Documents work the same way. Fix the outline; the commas can wait.

Small diffs get better feedback. A thousand-line pull request gets a shrug; a focused one gets a real review. A ten-page document gets skimmed; a two-page memo gets read. Size is a communication decision, not just a work decision.

Explain the why. Good review comments question intent: "why this approach?" Good writing does the same — it anticipates the reader's "why" and answers it before they ask.

Kill the clever line. My cleverest code was always my least maintainable. Same for prose. The sentence I loved was usually the one that served me, not the reader.

The compounding effect

Both skills reward the same habit: rereading as a stranger. I now review my writing with the same checklist I use on code — and the honest, boring truth is that everything gets shorter and clearer.

Nzubechukwu Cyprian studies Pharmacy at the University of Nigeria, Nsukka and builds software, products, and AI experiments in between.