Why I Started Writing Things Down (And You Should Too)

Why I Started Writing Things Down (And You Should Too)

Barış TanerBarış Taner
January 8, 2026
3 min read
CareerSoftware Development

I Didn’t Start Writing to Be Productive

I didn’t wake up one day and say “I should start documenting my thoughts like a professional developer.”

I started writing things down because I kept forgetting things.

Important decisions.
Why a piece of code existed.
What I learned from a bug I already fixed once.

And the worst part?
I kept making the same mistakes again.


My Head Was Not a Reliable Storage

For a long time, I trusted my memory too much.

I thought:

“I’ll remember why this works.”
“I’ll remember this edge case.”
“I’ll remember what I learned from this issue.”

I didn’t.

A few weeks later, I’d look at my own code and think:

Who wrote this… and why?

That was the moment I realized:
My brain is great at thinking, not storing.


Writing Forced Me to Slow Down

The first thing writing changed was how I think.

When something stays in your head, it feels clear.
When you try to write it down, suddenly it isn’t.

Writing forces you to:

  • Finish half-baked thoughts
  • Notice gaps in your understanding
  • Admit when you don’t really know something

Many times, while writing a note, I stopped and thought:

“Wait… this doesn’t actually make sense.”

That moment alone was worth it.


Notes Became My Personal Debugger

I don’t just write what happened.
I write why it happened.

  • Why this performance issue occurred
  • Why this abstraction felt right at the time
  • Why this solution failed in production

Later, when a similar problem appears, I don’t rely on memory.
I search my notes.

It feels like reading advice from a past version of myself —
a version that already paid the price.


Writing Made Learning Stick

I used to read a lot:

  • Blog posts
  • Docs
  • Books
  • Twitter threads

I felt productive.
But weeks later, most of it was gone.

Once I started writing short summaries in my own words:

  • Things stuck longer
  • Concepts connected better
  • I stopped re-learning the same basics again and again

If I can’t explain something in simple words, I probably don’t understand it yet.


I Stopped Writing for Others — That Changed Everything

At first, I tried to write “good” notes.
Clean sentences. Proper explanations.

That didn’t last.

What worked was writing only for myself:

  • Messy notes
  • Bullet points
  • Half sentences
  • Honest thoughts

No pressure. No audience.

Ironically, that’s when writing became useful.


What I Actually Write Down

Nothing fancy.

Mostly:

  • Decisions and why we made them
  • Bugs that took too long to fix
  • Mistakes I don’t want to repeat
  • Things that confused me
  • Small “aha” moments

Not everything deserves a blog post.
But many things deserve a note.


You Don’t Need a System

I didn’t start with:

  • A perfect tool
  • A second brain
  • A productivity framework

I started with a blank file.

That’s it.

The tool doesn’t matter nearly as much as the habit.


Final Thought

Writing things down didn’t make me smarter.
It made me more honest with what I do and don’t know.

It helped me think clearer, learn deeper, and repeat fewer mistakes.

If you feel like:

  • You keep forgetting lessons
  • You solve the same problems again
  • You “learn” a lot but retain little

Try writing things down.

Not for others.
For future you.

That version will thank you.

Share: