Change using _ for private vars to use Symbols instead #11
Labels
api constistency
enhancement to make the API consistent
pkg: core
corresponds to the @tao.js/core package
pkg: react
corresponds to the @tao.js/react package
pkg: router
corresponds to the @tao.js/router package
pkg: socket.io
corresponds to the @tao.js/socket.io package
Self-explanatory, but to get it out the door I didn't use
Symbol
s to hide internals.Now that there are tests covering the API, we should switch to using
Symbol
s for internal value tracking instead of the_
convention which doesn't actually hide the implementation details.The text was updated successfully, but these errors were encountered: