DEV Community

Discussion on: 25 years of coding, and I'm just beginning

Collapse
 
larsklopstra profile image
Lars Klopstra ⚡

I have the exact same problem, everything needs to be perfect.. What I find working is building smaller applications or splitting API's in different so "repositories". 👍

Collapse
 
dechamp profile image
DeChamp

I agree. I do this. But I still manage to forget to keep it small. I like to fix as I go. So I ended up adding more and more to each change. I just have been forcing myself to keep my commits small and pushing more often.