S
sloan
I've noticed alot of people tacking on a "T" for a generic abled version of
an older class.
Ex:
1.1 Code
IDataStore
I take it, and while I keep IDataStore around for 2.0 version, I decide to
make a Generic version.
So I see this:
IDataStoreT < T >
Is that something that just developed? Or does it (the naming convention)
come from somewhere?
I've got Brad Abrams book here (Framework Design Guidelines) and it doesn't
speak to the classname specifically, only the parameter type <T>.
Thanks.
an older class.
Ex:
1.1 Code
IDataStore
I take it, and while I keep IDataStore around for 2.0 version, I decide to
make a Generic version.
So I see this:
IDataStoreT < T >
Is that something that just developed? Or does it (the naming convention)
come from somewhere?
I've got Brad Abrams book here (Framework Design Guidelines) and it doesn't
speak to the classname specifically, only the parameter type <T>.
Thanks.