mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
* add Object Calisthenics instruction file This instruction enforces the 9 original Object Calisthenics rules for business domain code (C#, TypeScript, Java). It provides clear guidelines and examples for maintainable, robust, and clean backend code. DTOs and infrastructure code are exempted. References to original sources included. Signed-off-by: SebastienDegodez <sebastien.degodez@gmail.com> * Update instructions/object-calisthenics.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update instructions/object-calisthenics.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: SebastienDegodez <sebastien.degodez@gmail.com> Co-authored-by: Matt Soucoup <masoucou@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>