DEV Community

Discussion on: Coding and ADHD - Can't Start

Collapse
 
gwenshap profile image
Gwen (Chen) Shapira

This is great, even neurotypicals can benefit from those ideas.

One thing I found critical when working with ADHD engineers is to invest in great developer tools and smooth CI/CD.

The moment someone loses focus, it is so hard to get it back. If your tests take over a minute to run, they may forget the code they were working on while the tests are running. Or if they push a PR to Github and then they need to follow up later on whether the build failed, they may forget to follow up. Your CI/CD really needs a good reminder system and hopefully as few manual steps as possible.

Collapse
 
abbeyperini profile image
Abbey Perini

Thanks, Gwen!

This is a really good tip! I know I've said before that if I ever learn how to maintain focus when a development server takes longer than a minute to load, I'll be unstoppable. ๐Ÿ˜ƒ I hadn't even thought about how much keeping Github email notifications on for CircleCI was helping me. ๐Ÿ˜…

Some comments have been hidden by the post's author - find out more