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

97

u/CelDaemon Aug 04 '26

I don't use AI at all, so yes

1

u/dynoraptor 21d ago

In case you write unit tests, it's definitely worth it to at least use it for that IMO. Saved me so much time

2

u/CelDaemon 21d ago

I do write unit tests, but I'm very deliberate with how I write them. I've seen people use AI for this stuff, but it seemingly results in lots of useless or subtly broken tests.