Hacker News new | ask | show | jobs
by Groxx 4704 days ago
It's also a sign that your language lacks namespaces.
1 comments

Right, if only it used C#! Then it could use nice short names like ListViewVirtualItemsSelectionRangeChangedEventHandler or DataGridViewColumnDividerDoubleClickEventArgs.
Oh god. That's an artifact of the idiotic VB-style, non-generic event handling "pattern". If event handlers used normal functions like everything else this just wouldn't be a problem (those types just wouldn't exist).
haha, you win this round :) though using a Microsoft (or Java) codebase might be considered cheating.