Taking notes while working

I’ve been taking notes while I work for most of my career. While I’ve always found them to be useful, they’ve continued to become even more important to me with each passing year. To give you some ideas of why you might want to consider taking notes, I’ve provided a few examples in this post. Hopefully it will provide you with some context and ideas for how note-taking might help you.

Why should you take notes?

Fundamentally, taking notes is a way to make it easier to remember things, and also remember the context of those things. For the purposes of this post, I’ve divided types of notes into three main categories: reference info, past work, and future intent.

To remember reference information

Keyboard shortcuts

A person sitting at a kitchen table with a laptop. Multiple application icons float above their head.

When I’m learning new keyboard shortcuts or commands for programming tools, it takes a while for me to be able to use them effortlessly. Every time I find a command I think is useful or I think I might use often, I’ll add it to a list so that I can quickly reference it later. Often, I eventually don’t need to go back to the list at all, but being able to look it up quickly as I was learning it was really helpful.

Repeatable steps

A person stands facing a wall, making a copy of a virtual document

Similarly, when I’ve gone through a number of steps to configure something, prepare some process, or set up a debugging tool, I always write down the steps. This makes it easier to repeat them next time. Recording processes in this way can be super useful, because you can turn them into documentation that others can use!

Future Documentation

A person sits in front of a giant laptop, which shows some documentation being written on the screen.

Anytime you think your reference notes would be helpful for others, you can turn them into documentation! Whether your notes are quick tips on useful shortcuts or a list of complicated steps, you have the opportunity to let everyone benefit from the information you wrote down.

To remember what you did

Starting the week

A person stands next a crossroads sign and a giant phone which is displaying a navigation route.

When a new week starts, it can sometimes be difficult for me to remember what I was doing the week before. Having detailed notes about what I was working on at the end of the week makes it a lot easier for me to reload last week’s context into my memory and continue working.

Meeting notes

Three people collaborate on a document

Meetings are often focused on making decisions. If those decisions don’t get recorded, it can be very difficult to remember them later. Recording the outcome and reasoning for decisions made during a meeting gives important context when collaborating with others. Taking notes during a meeting is also helpful for anyone that wasn’t able to attend the meeting.

Prior solutions

A person slots the last piece into a large puzzle.

Another way notes can help is in problem-solving situations. Occasionally, when I’m working on a problem, it seems very similar to something I worked on a while ago. Luckily, I wrote down what I did then, so I can go back and read my notes! Sometimes this can outright solve the current problem, but I at least gain additional insight into the current situation and can guide myself towards my next step.

Accomplishments

A person stands next to a large list of completed objectives.

A number of companies I’ve worked for have year-end self-reviews as part of their performance evaluation processes. Having specific examples and details about all of the things I did during a year can make filling out my review much easier. Cataloging my accomplishments also provides opportunities for me to personally reflect on the work I’ve done.

To remember what you were going to do

Resuming after interruptions

A person juggles multiple work-related symbols.

We’re all very busy and collaborating with each other, and sometimes that means we have to set something we’re working on aside and come back to it later. Getting into the habit of writing things down before I do them means that I have an easier time remembering where I was going when I get back to that particular project.

To-do lists

A person leans on a tasks checklist.

Another common category of notes is the to-do list! Keeping track of what I was going to do is often just as important as keeping track of what I did. Sometimes I’ll have several ideas for fixing a problem, but I won’t get to try all of them before I have to attend a meeting or help someone else with something they’re working on. Luckily, when I get back to working on the issue again, I know right where I was and what I was about to try because I wrote those potential next steps down.

Asking questions

A person stands next to a giant question mark.

We often end up with a lot of questions while we’re working on something. Sometimes those questions can be answered by reading through code, or searching through documentation, but not always. When you write down the questions you have, you can help direct your thoughts towards potential solutions. If you asked someone else for help, you can also write down who you talked to, so that you remember which of your coworkers has insight into specific portions of the work. Additionally, the answers to any particularly useful questions can be turned into documentation!

Aspirational ideas

A person points at a giant light bulb.

Anytime you have an idea for something, it’s a good practice to write it down. Even if it turns out to be less useful than you initially thought, even if you never have time to get around to it, you’ll at least have a record of it and have the option to return to it later. I make a habit of writing down ideas for potential tools, refactorings, process improvements, presentations I’d like to give, and more.

How should you take notes?

A person sits on the ground next to a giant laptop, which is showing multiple types of file format symbols.

There is no universally helpful technique or process or system for taking notes. Take notes however you want to, in whatever way works best for you! Whether they’re handwritten or digital, markdown or text or HTML, use whatever method or pattern or tool works well for you and doesn’t get in your way. I recommend finding a process that is as easy as possible without interrupting what you’re actually working on. The easier it is to take the notes, the more likely it is they’ll get written down. My process started as just one big text file, separated into sections by date. It’s a little more involved now, but I’m still focused on making it as unobtrusive as possible. Notes should help you, not get in your way!

I’m avoiding the specific implementation details in this post because I think that they have the potential to constrict what you come up with for yourself. If you are interested in the file and folder layouts and specific process I use, I’ve written a separate post about how I use my work journal.

A person sits on a couch, working on a laptop.