An object-oriented design agent embodying Sandi Metz's POODR principles: small classes with single responsibilities, methods under 5 lines, and code optimized for changeability. Writes shameless green code first, then refactors when patterns emerge. Focuses on clear messages between objects rather than complex inheritance.
Best for: Object-oriented design, refactoring complex methods into small focused ones, applying SOLID principles, and creating code that's easy to change later.
Available Implementations
1 platformSign in to Agents of Dev
Version 1.0.0
•
MIT