|
|
|
|
|
by seanmcdirmid
3157 days ago
|
|
Extension methods are useful for only one reason: they trigger code completion for browsing what this object can do. Static methods suffer from FP code completion problems (you can’t complete easily in the first arg of a function/procedure). |
|