|
|
|
|
|
by ngrilly
587 days ago
|
|
I think the using statements are fine, even for one-file demos. Python, Go and Node don't have implicit imports like C# and it's fine. I'm actually not entirely sold on the implicitness. Forces the reader to look at the .csproj file and the target framework documentation what is implicitly imported. Most of the verbosity comes from classes and namespaces. Go and Rust have shown it's possible to design a language for "programming in the large" without classes for everything and with less verbose namespaces. But to be fair, I'm just getting started with C# so my comment above is likely wrong and biased. Happy to be proven wrong :) |
|