Do you have poor short-term memory? 🧠

in blurt •  2 years ago 

Hey developers!

Do you have poor short-term memory?

Struggling to juggle countless bits of information you need while coding?

We covered this once, but due to the popular demand, here is a spin on it.

Problem-solving with short-term memory


Short-term memory, also known as working memory, is an essential cognitive function that allows us to process and retain information for a limited time. This type of memory is critical for performing tasks such as solving problems, making decisions, and learning new information.

For software developers, short-term memory is particularly important. You must be able to juggle multiple bits of information simultaneously when solving problems. Visualizing the design, data flow, algorithms and data structures is an essential skill in developing.

A strong short-term memory can also help developers learn complicated concepts faster, interact with colleagues more effectively, and collaborate on projects more efficiently. But what if you have a spaghetti strainer memory?

Tricks and tips


You have probably found yourself in a situation where you're debugging the code and feel like you’re solving a jigsaw puzzle – only you're keeping all the pieces in your head and trying to form a complete picture. If you forget a part of the puzzle while doing that, it is almost guaranteed the solution will elude you.

It doesn’t help that short-term memory can be worsened by factors such as stress and sleep deprivation, which most developers are familiar with.

As a result, it is highly important for developers to regularly engage in activities that can help to improve and maintain their short-term memory.

Some examples of activities that can benefit short-term memory include:

  • Practising mindfulness and meditation
  • Exercising regularly
  • Eating a healthy diet
  • Getting enough sleep
  • Engaging in brain training exercises, such as puzzles and memory games

Undoubtedly, it would benefit you to do all or any of these activities. However, if you’re looking for a way to deal with the memory issue as a developer, perhaps you should also consider changing how you write programs.

Literate programming


If you have short-term memory, it might help you to write the comment before writing the code and then use it to remind yourself about all the details as you go through the implementation.

Literate programming, introduced in 1984 by Donald Knuth, is a methodology that combines a programming language with a documentation language. It is a move away from writing programs in the manner and order imposed by the computer. Instead, you develop programs following your logic and thought process, using a natural language.

The main idea behind literate programming is to treat a program as a piece of literature and make it easily maintained and robust.

Many developers like to document code extensively, adamant that it helps them with their short-term memory, while some still believe comments go out of date quickly.

What's your opinion on the matter? Hit reply and share your thoughts with us.

Would writing the comment first help your short-term memory?

Reposted to Blog

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!