78
AI Software Development Is Near-Impossible
(www.youtube.com)
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
Some of my coworkers say this too. The tests are generally garbage that don't test what they say they do. All this says is that you don't care how useful your tests are outside of checking a box
Yes you have to verify it yourself you don't just trust it. The biggest benefit is tests are extremely to read and falsify like simple scripts. It's faster to generate it than type it by hand, and any edits I make are minimal or require a reprompt that gets it right the second time.
Right, is it faster including the time it's taken you to verify that the tests are testing what they should be testing and isn't just testing the implementation as written?