HomePhorge

Inline once-called short private methods to its caller, part 1

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Inline once-called short private methods to its caller, part 1

This makes the code easier to read to avoid jumps and improves
encapsulation by not allowing the rest of the class having access to the
logic. Of course, if needed then some code can be refactored out again
but for now let's not do YAGNI.

Change-Id: Ic37524e386fc04fd67e33768417ff8425f85b0ca

Details

Provenance
Amir SarabadaniAuthored on Dec 14 2023, 9:07 PM
C. Scott AnanianCommitted on Dec 18 2023, 11:43 PM

Event Timeline

C. Scott Ananian <cananian@wikimedia.org> committed rMWa778d3fea727: Inline once-called short private methods to its caller, part 1 (authored by Amir Sarabadani <ladsgroup@gmail.com>).Dec 18 2023, 11:43 PM

Commit No Longer Exists

This commit no longer exists in the repository.