These abstractions are great but are contributing to brutal de-skilling.
What do you mean?
Also https://noyaml.com/
11–20 of 80 posts
These abstractions are great but are contributing to brutal de-skilling.
What do you mean?
Also https://noyaml.com/
These abstractions are great but are contributing to brutal de-skilling.
I don't get this one, the sentence "their no-code approach generates awful code". If it's no-code, why do you care about code ?
Also, in what way are you relying on "coding" ? No information on this on the front page, to me it seems just like a config file only. Are you saying that the config only generates the boilerplate that the user will modify afterwards ? If that's the case, it's really not obvious.
These abstractions are great but are contributing to brutal de-skilling.
The idea seems cool, provided it supports more features like authentication type, generic middlewares, rate limiting, etc.
These abstractions are great but are contributing to brutal de-skilling.
No validation, no authorization, no authentication, no property level permission, no events, no auditing… the list of what is actually needed for a real application goes on.
Earlier quoted context omitted.
What do you mean?
Javascript YAML warriors not understanding what a computer actually is. Also https://noyaml.com/
> However, their no-code approach generates awful code difficult to follow, making apps less reliable. Moreover, using a UI is slower than coding, especially now that AI assistants are here to help you. I don't get this one, the sentence "their no-code approach generates awful code". If it's no-code, why do you care about code ? Also, in what way are you relying on "coding" ? No information on this on the front page,…
You asked an interesting question: "should you care about code quality if you use no-code tools?": As a developer, I would say definitely say yes because not understanding your own code (or your team's code) will soon or late lead to issues. If you work on a team with PR validations or similar, how can you validate your teammates' code if the code is unreadable ?