Closed shafiq2601 closed 3 years ago
Please review the sections I have added. I have observed the anti-pattern being practiced by a lot of developers. Let me know for any required modification.
I see use of ALIASES as an anti-pattern, aliases become necessary due to bad OO design IMHO
True. But when we inherit from legacy interfaces, the interface name is long sometimes and in that scenario, I believe aliases does help tidying up the code for me.
yea, then suggest adding a note that this is useful for legacy interfaces, and when designing new OO use of aliases should be minimized?
@larshp: Did you also check "use && to split long texts" part?
All committers have signed the CLA.