| ▲ | foobarqux 3 hours ago | ||||||||||||||||
Have you considered using quickcheck/random/property-based testing with LLM code generation to automate function implementation? | |||||||||||||||||
| ▲ | adius 3 hours ago | parent [-] | ||||||||||||||||
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. | |||||||||||||||||
| |||||||||||||||||