▲ | mjr00 6 days ago | ||||||||||||||||||||||||||||||||||
Anyone old enough to remember when UML promised the same thing? Never have to touch code again -- just draw boxes, charts, activity diagrams, etc. and right-click and generate code! Rational Rose is the future of programming! It always turns out that when you have to make a computer execute a very precise set of operations, the absolute best way to communicate this is not English, not diagrams, but code. It also turns out that the challenge is generally not writing that code, but figuring out that precise set of operations in the first place. | |||||||||||||||||||||||||||||||||||
▲ | pjmlp 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
Yes, and in the enterprise space, many workflows are nowadays done with lowcode/no-code tooling, like PowerApps, Adobe Workfront Fusion, Outsystems, among others. Many of these tools, have started to go one step further, and the traditional ways are supplanted with AI, reducing even further the amount of low code/no code scenarios that a human has to produce. The only thing left are the few serverless deployments to call into some code that needs more complex integration logic, and that is about it. I have seen enough of these projects, to realize it is going to happen, not everywhere maybe, but in specific industry sectors certainly, it already is. | |||||||||||||||||||||||||||||||||||
▲ | godelski 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
It's almost as if we write code because it is a very precise language... a feature that natural languages don't have. I'm just going to leave this here...
| |||||||||||||||||||||||||||||||||||
▲ | simianwords 6 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
You still communicate in code and fix the errors. | |||||||||||||||||||||||||||||||||||
|