How do you see things evolving over the next 5,10,30 years ?
Ask HN: What is the future of programming?
#1What do you see as the future of programming ?
1–8 of 8 posts
How do you see things evolving over the next 5,10,30 years ?
That said, there will be progress in having the compiler prove that the program doesn't contain certain errors.
We'll have to become good at writing those tests, but we won't implement the actual code as much anymore.
I think this the real solution to the "low-code" idea.
Another potential option is simular but the tests will be input/output demonstrations for the computer, and it will figure out the code. It won't be as correct as the first option, but might be good for software that values speed over correctness. Some bad cases may slip through.