DEV Community

Discussion on: Breaking Encapsulation with traits in PHP

Collapse
 
robdwaller profile image
Rob Waller

That is a great example of how not to use traits. I don't think Traits are all bad though if their scope is strictly limited. They can be used as an interface for very generic functionality or to hide some of the uglier aspects of PHP.