Y
Hacker News
new
|
ask
|
show
|
jobs
by
merb
1707 days ago
c# even has target-typed expressions which might be useful aswell, i.e. instead of var instance = you write SomeClass instance = new(); this might be preferable so that you have all types on the left.