lundi 22 décembre 2014

Is it good practice to inherit from generic types?


Is it better to use List<string> in type annotations or StringList where StringList



class StringList : List<String> { /* no further code!*/ }


I ran into several of these in Irony.





Aucun commentaire:

Enregistrer un commentaire