Relative Content

Tag Archive for liskov-substitution

Preventing Liskov Substitution violation

I am reimplementing some component and noticed that the original version has a Liskov Substitution violation. It’s not all that critical, though I’d like to get rid of it in the new implementation . It is however not clear to me how to do this.