Page MenuHomePhabricator

Don't explicitly name abstract base classes
ClosedPublic

Authored by joshuaspence on Jul 20 2014, 10:40 AM.
Tags
None
Referenced Files
F15498359: D9989.diff
Sun, Apr 13, 12:46 PM
F15491795: D9989.id24007.diff
Sat, Apr 12, 7:37 AM
F15489139: D9989.id24007.diff
Fri, Apr 11, 6:19 AM
F15489138: D9989.id24028.diff
Fri, Apr 11, 6:19 AM
F15483419: D9989.id.diff
Wed, Apr 9, 12:09 PM
F15480056: D9989.diff
Tue, Apr 8, 11:17 AM
F15475330: D9989.id24028.diff
Sun, Apr 6, 6:27 PM
F15475329: D9989.id.diff
Sun, Apr 6, 6:27 PM
Subscribers

Details

Summary

Ref T5655. It is superfluous to include "base" in the name of an abstract base class. Furthermore, it is not done consistently within the code base.

Test Plan

Ran arc unit.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Don't explicitly name abstract base classes.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 21 2014, 1:26 PM
joshuaspence updated this revision to Diff 24028.

Closed by commit rP37106c1b3178 (authored by @joshuaspence).