logoalt Hacker News

foobarquxyesterday at 4:43 PM1 replyview on HN

Have you considered using quickcheck/random/property-based testing with LLM code generation to automate function implementation?


Replies

adiusyesterday at 5:20 PM

Yeah, I've already looked into it, but decided to keep developing it "example driven" for now. Aka I'm playing around with it, and whenever I find something that's broken I keep a note of it and then I pick those notes one by one and implement them. Once the most common things are implemented I will start writing property tests to catch all the edge cases of each feature.

show 1 reply