It's hard to argue with processes which reduce the amount of time you spend doing a task.
The only situation where I'd likely criticize code generation is if the output is obfuscated/minified and I have to debug that file, but typically processes can be tweaked to produce the desired result.
@theaccordance obfuscated output is not of much help, that is basically a low code tool that allows export.
generated code(hopefully becomes a concept on it's own) means the output looks similar to the one you would write. That way one can extend and change anything - the only way to achieve long run productivity gain.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
It's hard to argue with processes which reduce the amount of time you spend doing a task.
The only situation where I'd likely criticize code generation is if the output is obfuscated/minified and I have to debug that file, but typically processes can be tweaked to produce the desired result.
@theaccordance obfuscated output is not of much help, that is basically a low code tool that allows export.
generated code(hopefully becomes a concept on it's own) means the output looks similar to the one you would write. That way one can extend and change anything - the only way to achieve long run productivity gain.