The Screen implementation violates the Liskov Substitution Principle #323
Labels
blocked
Tasks which are blocked
bug
Bugs within the program
help wanted
More complex issues for which we'd like to get community help
If a
Screen
instance is passed to aView
's constructor it won't be displayed correctly because the underlyingScreen
implementation doesn't handle delegation to its underlyingTileGrid
properly. The display will be garbled.The text was updated successfully, but these errors were encountered: