6 ms·
Nice article. That's basically what we do. We also make the created code saveable and shareable so they can reuse what they've already built
by namanyayg 4mo ago
Nice article. That's basically what we do. We also make the created code saveable and shareable so they can reuse what they've already built
- ManuelKiessling 4mo agoI think the main difference, and the angle that makes your approach much more feasible, is that what users of your solution build fully lives „outside“ the core application that they build against, right? While my approach is that users would modify the core application itself (even if initially in a sandboxed copy), which would be a lot more powerful, but also a lot more complex, with many more hard questions that would need to be answered, like how to deal with data and security and so on.
- namanyayg 4mo agovery true! we sandbox and keep it independent of the main codebase, which makes it easier to build and share new features.