badger icon indicating copy to clipboard operation
badger copied to clipboard

[question] Where to put inheritence interface?

Open pierallard opened this issue 8 years ago • 0 comments

I've done this:

https://github.com/akeneo/badger/blob/master/src/Badger/GameBundle/Entity/BadgeInterface.php#L15

But another possibility is to remove "extends TaggableInterface" from this interface, and add "implements TaggableInterface" to "Badge".

I think these 2 implementations are "code-correct", but have not the same "coding sense".

What's your opinion ?

pierallard avatar May 20 '16 05:05 pierallard