phpdox icon indicating copy to clipboard operation
phpdox copied to clipboard

Refactor code to avoid trait usage

Open MacFJA opened this issue 6 years ago • 1 comments

Is this version better ?

It still keep the logic outside of every classes (prevent duplicate code, and ease maintainability) and shouldn't be too much overhead.

MacFJA avatar May 11 '19 19:05 MacFJA

Yeah, like that a lot better. I'll have a look if we can get rid of instantiating it within the object and can have it injected but otherwise looks good.

theseer avatar May 11 '19 20:05 theseer