General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Winnetou17
Wookash Podcast
comments
Comments by "Winnetou17" (@Winnetou17) on "Switching away from OOP | Casey Muratori" video.
I forgot how it's named in other languages, since I remember it's not the same everywhere, but you have something like that with Traits in PHP. A trait in PHP is a class from which you can get specific methods (of the whole trait) and it will be as if you have copy-pasted the code in your class. Except it is only one source of the code, with the added benefits of statically linking and checking the types and all that jazz.
1