DEV Community

Discussion on: Discarding setters

Collapse
 
olivermensahdev profile image
Oliver Mensah

Not in cases that setters and gettings will be valuable. In this case, using setters won't be of much importance. In the case that you want setters to be used, the emphasis on constructor injection is less as compared to settor injection.