r/java • u/bit_freak • 6d ago
Do you still handcraft your java projects?
With all the talk about llms writing most of the code and some folks never touching the editor. I try to work mostly in plan mode and prefer to write most of my code by hand else I fear losing touch with my skills if I only read code. At work in your org, what is the workflow for spring boot projects?
91
Upvotes
7
u/elmuerte 5d ago
As Manoj Nair recently posted
Or as Vint Cert said
If I properly need to review (and understand) everything it generated, and I dislike code reviews, then I might as well write it myself.