Pattern: Use of this
in static method
Issue: -
Static this
usage can be confusing for newcomers. It can also become imprecise when used with extended classes when a static this
of a parent class no longer specifically refers to the parent class.