DEV Community

Discussion on: How do you make time for your dev/tech projects?

Collapse
 
alainvanhout profile image
Alain Van Hout • Edited

Obviously you can't get a big chunk of work fully done, but that's not necessarily required. The (not so small) trick there, is to split things up sufficiently that you're able to get an atomic amount of work done in 30-45 min (for myself, I used that timeframe), in such a way that you can get a git commit done which improves your project.

Again from personal experience, the results of 5x 30min are of higher quality than e.g. 1x 2.5h, because you have to think about it beforehand, and you can't help but also think about it while not actually being busy coding.

Though, as with most things, YMMV.

Thread Thread
 
sudiukil profile image
Quentin Sonrel

Yes, I realize that not splitting things up (well, not enough at least) seems to be my main issue here, I'll try to learn how to be better at that.