Menu

Post image 1
Post image 2
1 / 2
0

I don't want AI to rewrite code I already trust

DEV Community·Applex1025·28 days ago
#ojydt1SM
Reading 0:00
15s threshold

I've built a lot of projects in Python, Go, and Rust.Because of that, I keep reusing the same kinds of code over and over: chunked pandas CSV processing health check endpoints retry wrappers validation helpers rate limiting small bits of glue code that are easy to forget and annoying to rewrite The problem is not that I don't have this code. The problem is that it is spread across a bunch of repositories . So the real workflow usually looks like this: I remember that I solved this before. I don't remember which repo it was in. I search for it. I find three or four similar versions. I spend time figuring out which one is the version I actually trust. That last step is the annoying one. Search gives me matches, not confidence Code search helps, but only up to a point.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More