class ExtractFormatter extends HtmlFormatter
class WiktionaryExtractFormatter extends ExtractFormatter
Code reuse via inheritance much? What happened to favoring composition over inheritance?
class ExtractFormatter extends HtmlFormatter
class WiktionaryExtractFormatter extends ExtractFormatter
Code reuse via inheritance much? What happened to favoring composition over inheritance?