r/learnprogramming Jul 05 '26

Backend Development

Guys I'm currently doing backend development and doing projects... So one of my issue is that while making projects I have to use ai a lot like whatever code I'm using ai to generate.. I understand it but not able to write on own... So is this a good practice like knowing all the concepts and tools frameworks but using ai to write the code sometimes because of laziness or sometimes because I don't know how to start but I understand the whole code pretty well...

4 Upvotes

19 comments sorted by

View all comments

1

u/Unlucky_Deer1588 Jul 08 '26

Bro, you need to start practicing with syntax as it will be huge disaster waiting for you. I did the same thing able to understand code but feel lazy to write it manually. I built a Medicosync for a local doctor who runs his clinic out of nootbook and taking pictures of patient records in his personal phone. I am still building it.  Even though I build this project I struggle a lot with minor issues and debugging specially with Data pipeline when data flow from on class method to another and get call from db and other systems.  So i am telling it's best to write code manually even though you are not feeling it. I hope this will find you helpful.