Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code refactoring in preparation for moving client state to radar server. #128

Merged
merged 2 commits into from Mar 10, 2015

Commits on Mar 9, 2015

  1. Code refactoring in preparation for moving client state to radar server.

      - don't use the naked _me reference
      - Identify APIs as public/private by
        - prefixing with _ (e.g. _handleClientMessage) where appropriate
        - regrouping of APIs in source files into public/private groups
      - rename APIs where needed (all private APIs)
      - expand comments minimally to clarify purpose of APIs
    bolddane committed Mar 9, 2015
    Copy the full SHA
    ccbfd6f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c93846b View commit details
    Browse the repository at this point in the history