Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmoney_2
500 days ago
Better is `using static my.namespace.ClassWithMyStaticMethods` that gets you exactly the consuming syntax you want, even though the methods still need to be static on that class.