473
Microtransactions for devs
(lemmy.ml)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
In which case would a competent dev use an LLM?
Looking up how to do something, as an improved stackoverflow. Especially if it provides sources in the answer.
Boilerplate unit tests. Yes, yes, I know - use parametrized test, but it's often not practical.
Mass refactoring. This is tricky because you need to thoroughly review it, but it saves you annoying typing.
I'm sure there's more, it's far from useless. But you need to know what you want it to do and how to check if done correctly.
I very rarely find result summarizers useful. If I didn't find something normally, there won't be anything in there.
I sure love tests and huge codebases with errors in them. In the time I read and understood an LLM's output, I could write it myself. And save on time later when expanding/debugging.
When yarn/react/next.js/amplify breaks in some new and idiotic way, Claude is helpful more often than not. Why spend hours googling and sifting through github/stack overflow/etc when Claude can tell me what option to tweak to fix it in a fraction of the time?