Subclassing an open Swift class is not always possible
In this blog post, I am elaborating on why defining an open class in Swift with only an internal designated initializer is pointless. I am looking particularly at the use case of subclassing that class outside its module.
Designated Initializers vs. ...
blog.eidinger.info4 min read