Reorganize the Tool and Repository class member order.

Review Request #10769 — Created Oct. 28, 2019 and submitted

Information

Review Board
release-4.0.x
0839795...

Reviewers

The Tool and Repository classes have had a lot bolted onto them over
time, and this has led to a mess. Constants, class attributes,
Properties, public methods, private methods, special double-underscore
methods were shuffled around, making it a bit less clear where anything
should go.

This change reorders them so they're in our standard member order. This
may make some merges a bit difficult short-term, but will help keep
consistency long-term as repository functionality grows.

Unit tests pass.

Description From Last Updated

E303 too many blank lines (2)

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (63dd08f)
Loading...