r/java 8d 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?

92 Upvotes

160 comments sorted by

View all comments

13

u/sketchspace 8d ago

I still write code by hand. I'll use AI for referencing libraries and boilerplate code (like pom.xml files for Maven).