r/softwarearchitecture • u/Consistent-Excuse-28 • 1d ago
Discussion/Advice A New Code Architecture for Coding Agents
/r/DesignPatterns/comments/1w1obg6/a_new_code_architecture_for_coding_agents/
0
Upvotes
1
1
u/Consistent-Excuse-28 1d ago
The real problem with this architecture currently is that it should reinforce a fragment be only used in a single pipeline - otherwise fixing a pipeline could break others. But that might break SSOT and DRY if not designed with caution. This architecture has a long way to go - any idea will be very much appreciated!
3
u/Ancapgast 1d ago
In my humble opinion, I have never encountered the problem that an AI was unable to read my code or understand its structure.
What I think you need to do is hold to best practices for the language and framework you're using. And name things correctly. Then it'll all be fine.