66
Do you guys use AI when programming? If so, how?
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Single function text prediction, class boilerplate, some refactoring.
It's decent when you inherit outrageously bad legacy code and you want better comments and variable names than "A, x, i", etc.
You do have to do it within an editor that highlights all changes so you can carefully review, though.
Not so much a productivity boost, but rather a bad intern you can delegate boring, easy tasks to. I'd rather review that kind of code than write it, but of you're the other way around, it's a punishment.
Maybe naming single-letter variables I can see being easier to review than to do.
Any other kind of refactoring though, IDE refactoring tools are instantaneous and deterministic.
When the code your have to deal with is an ASP (not .NET) created by apes throwing shit in a wall, the kind of holistic bullshit an AI makes is an improvement.