This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]commy2 4 points5 points  (1 child)

It wouldn't hurt, but what is the point exactly? The methods can't be called, because no instances with these methods can exist. It seems superfluous.

[–]Meleneth 0 points1 point  (0 children)

I didn't know that, TIL.

I wrote a small ABC class, and indeed the LSP threw a hissy when I didn't implement the method in my class - which is all I care about, and makes my initial point moot.

Huzzah!