You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All functions and classes in the library are currently part of the public API, although many are intended to be for internal use only. We should decide what will be part of the public API (for focus on thorough documentation) and what should be part of the private API (easier to clean-up the code without worrying about breaking things with every change to a private function).
Decide what will be in the public API
Decide how to separate the private and public sections of the code
Implement!
The text was updated successfully, but these errors were encountered:
All functions and classes in the library are currently part of the public API, although many are intended to be for internal use only. We should decide what will be part of the public API (for focus on thorough documentation) and what should be part of the private API (easier to clean-up the code without worrying about breaking things with every change to a private function).
The text was updated successfully, but these errors were encountered: