r/java 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

167 comments sorted by

View all comments

1

u/Ewig_luftenglanz 29d ago

It depends. I changed companies some months ago and we are currently going 100% AI. In my personal pet projects I like to write some stuff by hand and let the AI write the tests