|
|
|
|
|
by AnyTimeTraveler
1064 days ago
|
|
Is that why I find embedded programming the most fun? I have been diagnosed with ADHD and had a really bad score on working memory.
With embedded programming, there are usually few to no libraries and all I have to do is write certain values into certain hardware register addresses to get stuff done.
All the relevant information is always on my screens, allowing my working memory to be occupied only by the problem or task I am working on. I also find myself building everything in little modules that have interfaces that make it hard to misuse them, because I WILL forget how to use them and just let my IDE remind me of what functions a module has. |
|