Page MenuHomePhabricator

Don't explicitly name abstract base classes
ClosedPublic

Authored by joshuaspence on Jul 20 2014, 10:40 AM.
Tags
None
Referenced Files
F15423437: D9989.id24028.diff
Sat, Mar 22, 3:26 PM
F15402303: D9989.id24007.diff
Mon, Mar 17, 9:51 PM
F15380820: D9989.diff
Fri, Mar 14, 4:37 AM
Unknown Object (File)
Mon, Feb 24, 7:15 PM
Unknown Object (File)
Feb 9 2025, 2:21 PM
Unknown Object (File)
Feb 9 2025, 2:21 PM
Unknown Object (File)
Feb 9 2025, 2:20 PM
Unknown Object (File)
Feb 9 2025, 2:20 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).