Swift Classes to Be Non Publicly Subclassable by Default

SE-0117 (original, revision 1, revision 2): The major observation here is that not all classes make sense to subclass, and it takes real thought and design work to make a class subclassable well. As such, being able to subclass a public class should be an additional “promise” beyond the class just being marked public. For … Continue reading Swift Classes to Be Non Publicly Subclassable by Default