Hacker News new | past | comments | ask | show | jobs | submit login

Love the concept of a working memory score for code.

> the number of distinct pieces of program state that a developer needs to keep in their head when analysing a function and the impact this has on the understandability and maintainability of code.

The same concept applies not just to writing code, but to any context that you need to load up in order to do your work. E.g. context when jumping into a meeting or when reviewing a new project spec.

In those cases, one of the key things is being able to offload what you don't need in your working memory right now to some other solution (usually notes). More on that here https://www.stashpad.com/blog/working-memory




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: