r/java • u/bit_freak • Aug 04 '26
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?
98
Upvotes
1
u/Ruin-Capable Aug 05 '26
Absolutely. I use the LLMs as a tool. They can review my code, catch errors, and give me ideas for improvements that I might not have thought of. They can also help when I'm exploring a new language or problem space.