|
|
|
|
|
by JohnFen
2720 days ago
|
|
> in principle coding should be the most automatable of anything You still have to describe to the automaton what you want it to do -- and in doing that, you're programming. Modern languages are all "automated programming" already -- you aren't writing machine code, you're describing to the automation system what you want, and then it generates the machine code for you. |
|