DEV Community

Discussion on: The Saddest Thing I Faced In Coding

Collapse
 
cullophid profile image
Andreas Møller

This ałl sounds pretty normal to be honest. If you do the same programming tasks over and over again you will become less dependant on using docs, but it takes time.

Testing your application is similarly a skill you develop over time, when you have fixed enough bugs, you will develop a feeling for what and how to test your apps.

The things you are describing are the same for every programmer, but it does get better :)

Collapse
 
ansonlowzf profile image
Anson Low Z.F

I've been doing this for 20 months 🤣
I think still not enough, I glad to keep going 😎

Collapse
 
cullophid profile image
Andreas Møller

I have been doing it for 17 years. I still have to Google things all the time, I still regularly write bugs, and occasionally I will spend an enormous amount of time debugging a very simple defect :)

It's not just that you will get better, you also realize that everyone has the same problems.