| ▲ | stevepotter 7 hours ago | ||||||||||||||||||||||||||||
For me, if I can make a kickass testing system that people love so much that they actually build features with it and it’s not an afterthought, then maintenance becomes much easier. It’s often called test driven development but I’ve rarely seen it done in such a way that the dev ex is good enough for it to work. But say you have that. Then you have great profiling. At that point you can measure correctness and performance. Then implementation becomes less of a focal point. And that makes it a lot easier to concede coding to ai | |||||||||||||||||||||||||||||
| ▲ | NotGMan 7 hours ago | parent [-] | ||||||||||||||||||||||||||||
This will probably be how things will work in future: devs will shift to specifying features which will be validate through tests. The AI will then be middle layer that will iterate until tests pass. Layer 1: Specs (Humans) Layer 2: Code (AI mostly) Layer 3: Tests (AI + human checks). | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||