Stateless and immutable objects are great in cases...
# announcements
m
Stateless and immutable objects are great in cases of public APIs. But inside of our classes, e. g. Controllers / Services, Presenters, and so on we are forced to use mutable lists and models 🙂