this post was submitted on 09 Mar 2025
544 points (98.7% liked)

ADHD memes

9374 readers
609 users here now

ADHD Memes

The lighter side of ADHD


Rules

  1. No Party Pooping

Other ND communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 hours ago

I also program. Most of my lost time is due to repeated mental calculations of the cost of each approach in execution vs maintainability.

If left unchecked, I will do nothing and keep thinking. I've found that writing it down and trying any option without giving much weight to my intuition, helps a lot. Sure, I may need to rewrite some parts again, but it's faster for me to do that instead of optimising the first attempt. Plus by the second time, I'll have a better idea of the thing. I try to apply this not only to feature development but also debugging. I work close to hardware too so debugging is quite complex.