Low-Code and the Democratization of Programming
11–20 of 98 posts
Re: Low-Code and the Democratization of Programming
#12The one thing I worry about is security. How do you make low code tools flexible enough to be powerful while retaining security? On the other hand, maybe for the use cases that are well supported, these tools could provide security by default instead of relying on individual engineers to get it right.
Moreover, it's a myth that "no-code" code is easier to read or less buggy than traditional code. Moreover the lack of propery IDE support, often improper version control, and difficulty of extracting the no-code from the platform for proper analysis makes it very hard to audit in a systematic way. And the existing security tooling can't understand it. We are going to end up with piles of this stuff, often highly privileged code, written by non-experts, running on important high value systems.
Frankly, it's a nightmare.
Re: Low-Code and the Democratization of Programming
#13The thing I'm finding hard to get my head around is people who are arguing that various languages such as COBOL or Python are, or might be considered low code or no code. To anyone who needs to hear this: if it's code based programming then it's not no-code or low-code - it's code. Put more simply: code != no-code
Re: Low-Code and the Democratization of Programming
#14The one thing I worry about is security. How do you make low code tools flexible enough to be powerful while retaining security? On the other hand, maybe for the use cases that are well supported, these tools could provide security by default instead of relying on individual engineers to get it right.
You end up with the crazy profile system of salesforce. And if you’re the platform winner, people get certifications for your low code platform.
Re: Low-Code and the Democratization of Programming
#15Re: Low-Code and the Democratization of Programming
#16That is the most stupid thing I've read in a while.
Re: Low-Code and the Democratization of Programming
#17The thing I'm finding hard to get my head around is people who are arguing that various languages such as COBOL or Python are, or might be considered low code or no code. To anyone who needs to hear this: if it's code based programming then it's not no-code or low-code - it's code. Put more simply: code != no-code
Re: Low-Code and the Democratization of Programming
#18Re: Low-Code and the Democratization of Programming
#19Re: Low-Code and the Democratization of Programming
#20Let me tell you: no/low-code solutions can be just as hard as if not harder than actual code in some cases. One of the more difficult engineering solutions I have had to implement in my career was with a tool called Tasktop, which synchronizes different requirements analysis tools like Jira, Jama, GitHub Issues, etc. No actual code is involved (unless you need to add customization scripts), but you definitely want ex…