Skip to content

Commit

Permalink
Improve sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 26, 2025
1 parent 4a9e93b commit 32ca38d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/archive/current/dto/array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: How to create Array Dto

# Array DTO

While the `Dto` abstraction is good for situations where you must adhere to interfaces that define getters and setters, it can be a bit cumbersome to maintain a large number classes.
While the `Dto` abstraction is good for situations where you must adhere to interfaces that define lots of getters and
setters, it can be a bit cumbersome to maintain a large number of classes.
This can especially be true, if you must create DTOs to represent all the resources available for a large scale API.

In such situations, the `ArrayDto` abstraction is perhaps better suited.
Expand Down

0 comments on commit 32ca38d

Please sign in to comment.