this post was submitted on 04 Dec 2025
193 points (99.5% liked)

Programming

23863 readers
477 users here now

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

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sentient_loom@sh.itjust.works 10 points 1 week ago* (last edited 1 week ago) (1 children)

I am interested to see if these tools can be used to tackle tech debt

Having it rewrite existing functioning code seems like a terrible idea. QA would at least have to re-test all functionality.

[–] AdamBomb@lemmy.sdf.org 2 points 1 week ago

I’m far from an AI apologist, but rewrites and refactors really should be covered by automated unit and integration tests.