|
|
|
|
|
by spaetzleesser
1669 days ago
|
|
I love type inference. Strong typing makes maintenance and refactoring much easier and with type inference the code looks very good. I still remember how ugly and tedious STL iterators were in C++. Now it’s just “auto”. LINQ also wouldn’t work without type inference. |
|