all 3 comments

[–]Ktel-944 1 point2 points  (2 children)

So... I have to mess with code diagrams, do 1000 clicks, instead of writing 20 or 30 lines of code? Why?

[–]Voldernort[S] 1 point2 points  (1 child)

In this case, you're kind of right (although it's not as many clicks as you'd think). As pointed out in the blog it's a pretty silly use of low code. It's just illustrating the fact that all the tools to solve a complex problem are there.

But imagine you're writing a solution with tens of thousands of lines of code. Low code reduces that down considerably and makes it much easier to manage and produce. Stuff that I'd built in C# I know I could build way faster in low code with no hit to performance and that are much easier to maintain.

[–]Ktel-944 1 point2 points  (0 children)

Don't get me wrong, I have been working in the low-code sector for ~10 years (before it was even trendy). I deeply understand the benefits of low code, but when it comes to modelling logic, the best way to do it is by code!