Coding
Getters/Setters vs Public properties
Something I’ve noticed in Symfony, as well as Javas Spring, is that the models tend to have getters and setters for every property. Is there something wrong with having public properties that I’m missing? Or Read more…