|
|
|
|
|
by Reason077
4 days ago
|
|
> ”If you don't steer them, they'll hit a circular dependency issue sooner than you think. Will duplicate code. Add unnecessary comments. Mix up pure functions and side-effects. Disregard the principles of SOLID.” This is one thing I worry about with AI-driven development on large projects. Every time someone comes along to add a feature it’s likely to lead to wheel-reinvention: dropping in a new bunch of AI-generated code rather than specialising, refining, and reusing some existing code. As the years go by this is going to lead to complex, hugely bloated code bases that are only maintainable by AI tools… |
|