Risks when your low code app becomes too complex
Low code sounds like a great idea but there are some caveats. One of those problems are that applications, over time, tend to grow in features, complexity, and corner cases.
IT professionals have the tools to deal with such problems, for example:
- version control
- continuous deployment/continuous integration
- unit testing
- production, staging, and development environments
- refactoring
The risk that you might encounter when creating a low code application on some platform is that your application becomes so large and complex, that you end up needing this kind of tools in you low code application platform. Some platforms already include such features, others not. If you are building your own, you should carefully consider if you need or will need to include those concepts.
Continue Reading



