I toyed with the idea that corporate business analysts (who write requirements for products then hand to developers) could just write in a different syntax and pass them to a compiler that makes:
1. database tables
1. API CRUD endpoints with validation / sanitation
1. screens with input fields
Most of the corporate work I did was very similar to this. It was either a batch job, a UI screen, or an API that talks to some other service.
1. database tables
1. API CRUD endpoints with validation / sanitation
1. screens with input fields
Most of the corporate work I did was very similar to this. It was either a batch job, a UI screen, or an API that talks to some other service.