Ask HN: How well do you remember previous projects?
https://news.ycombinator.com/item?id=10044848Four months ago I started working on a fairly complex software project. I didn't know anything about the functionality I had to code, but after two weeks of intense research I understood it well. I was very excited about the project and even when not working on it, I would constantly run it through in my head and come up with new ideas on how to make the code more clean, lightweight and efficient. When the project was around 25% finished I had to stop and work on something else.
Now, after two months I'm resuming the project and realize that the understanding I had of the functionality is completely gone. I can read though the code and see what it does, but without the understanding of the functionality I had before, it doesn't really make any sense. I also realize now that this is the case with all other projects I have been working on, at least the complex ones.
I was able to find out how things should work, wrote the code and forgot all about it. The difference between this project and previous ones is that I was able to finish them without interruption. I would then just move on to next project and never gave the previous one much thought, so I never found out that I actually forgot how it worked.
I have been excited about all the projects I have done, but still forgot how they worked after some time. This discovery has made me quite depressed, thinking that something must be wrong with my brain. I can find out how something should work and write the code, but if you ask me in two months how that something works, I have forgot all about it. What kind of existence is that?
A long time ago I saw an interview with Bill Gates where he told that he still knew the source code for Altair BASIC by heart, and that was twenty years after he wrote it.
Do any of you have the same problem?