Update instructions/object-calisthenics.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
825aff2938
commit
0b56d33d02
@ -119,7 +119,7 @@ This rule enforces the principles of Object Calisthenics to ensure clean, mainta
|
|||||||
|
|
||||||
4. **First Class Collections**:
|
4. **First Class Collections**:
|
||||||
- Use collections to encapsulate data and behavior, rather than exposing raw data structures.
|
- 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
|
```csharp
|
||||||
// Bad Example - Exposing raw collection
|
// Bad Example - Exposing raw collection
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user