this post was submitted on 26 Feb 2025
724 points (97.9% liked)
Programmer Humor
21216 readers
1116 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's taken me a while to learn how to use it and where it works best but I'm coming around to where it fits.
Just today i was doing a new project, i wrote a couple lines about what i needed and asked for a database schema. It looked about 80% right. Then asked for all the models for the ORM i wanted and it did that. Probably saved an hour of tedious typing.
I assume we're talking about software testing? I'd like to know more about:
The meaning of negative and positive tests in this context
Good examples of badly done negative tests by LLMs
Thank you for thoroughly explaining this. Your explanations make good sense to me.