berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Investigate changing "Base" Class into a Trait #103

Open JJJ opened 3 years ago

JJJ commented 3 years ago

See: https://www.php.net/manual/en/language.oop5.traits.php

This would allow the Base trait be extended more easily, while also eliminating some confusion around including, forking, renaming, etc...

alexstandiford commented 3 years ago

If we take this route, I wonder if it makes sense to break it up into more than one?

JJJ commented 3 years ago

Related: #69, #39.