|
|
|
|
|
by joak
305 days ago
|
|
The issue I have is that it produce code that is unmaintainable. Poor modularity, code duplication, hidden errors producing spurious bugs, ... Nonetheless it's ability to produce code that works is impressive, it's useful for learning, to generate throwaway code... For example I can ask for a piece of code generating stats from logs. The code is not meant to last and will have few users (the devs), so maintainability is not an issue. |
|