|
|
|
|
|
by ilaksh
659 days ago
|
|
I think that this is kind of an obvious "optimization" for making application generation much more reliable. Just because the models can generate code for one of 1000 different platforms, doesn't mean that you need all of them. Just by narrowing the scope to a particular platform makes it much more feasible to get working applications without needing manual debugging due to out of date library references etc. I think something like the approach you have demonstrated here will relatively quickly become the standard for "no-code" application development. |
|