>I have to agree with the original poster here. The S in SOLID [1] stands for > "Single responsability" [2]. Robert Martin phrases this as "A class should > have one, and only one, reason to change" [3].
+1 One class - one responsibility. It is easier to test and maintain. Code becomes clean and simple, tests - more readable. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
