|
|
|
|
|
by HideousKojima
1689 days ago
|
|
Doesn't really bother me, so long as the global usings are only kept to a single file. Intellisense will tell you the
full namespace, then you can just see if you've got that namespace in the file you're in or in your dedicated global usings file. |
|
Here's where the mess starts.
It seems far too easy to sneak a global import statement in to random files and then have the entire codebase polluted by it.
I feel like this is too foot-gun'y, myself.