Hacker News new | ask | show | jobs
by f32jhnjk33jj 1771 days ago
In the next C# version, you don't need to use brackets for namespaces anymore. Just write

namespace Honlsoft;

and that's it.

2 comments

I've been wishing for that for so long. The current state of nested code is so ugly in my opinion.
Now they just need free functions without a static class...
seems you want top level programs