Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 368 Bytes

static-this.md

File metadata and controls

11 lines (6 loc) · 368 Bytes

Pattern: Use of this in static method

Issue: -

Description

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.

Further Reading