From web-code-generator to TeaQL
· 4 min read
TeaQL did not appear from nowhere, and it is not simply a rename of an old generator.
It came from a long engineering lineage around one persistent problem: business software repeats the same structures across projects. Domain models, relationships, permissions, queries, validation, workflows, persistence rules, and presentation metadata appear again and again. The hard question is not whether code can be generated. The hard question is where the generation boundary should live.
