Closed edjiang closed 7 years ago
Currently, we have a hodgepodge between public and open APIs.
public
open
Since open allows external developers to subclass, and we haven't explicitly designed for this situation, we should leave these classes as public for now.
Currently, we have a hodgepodge between
public
andopen
APIs.Since
open
allows external developers to subclass, and we haven't explicitly designed for this situation, we should leave these classes aspublic
for now.