Update instructions/object-calisthenics.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Matt Soucoup 2025-07-24 17:52:04 -07:00 committed by GitHub
parent 825aff2938
commit 0b56d33d02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ This rule enforces the principles of Object Calisthenics to ensure clean, mainta
4. **First Class Collections**:
- Use collections to encapsulate data and behavior, rather than exposing raw data structures.
First Class Collections : une classe qui contient comme attribut un tableau ne doit contenir aucun autre attribut
First Class Collections: a class that contains an array as an attribute should not contain any other attributes
```csharp
// Bad Example - Exposing raw collection