Abstraction inversion: Not exposing implemented functionali…

Twetch ·

Abstraction inversion: Not exposing implemented functionality required by callers of a function/method/constructor, so that the calling code awkwardly re-implements the same functionality in terms of those calls