Re: generics and arrays and multi-class collections
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 30 Sep 2007 04:50:38 GMT
On Sun, 30 Sep 2007 04:02:20 -0000, Daniel Pitts
<googlegroupie@xxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :
In my opinion, using Arrays is akin to the "primative obsession" anti-
pattern. You'd probably be better off using a List<Set<T>> or simply
List<T>, depending on your needs.
To me the mess is generics. It is overly complicated, does not work
with sterilisation. It OOKS ugly and tacked on as an after thought.
For more details see http://mindprod.com/jgloss/serialization.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- generics and arrays and multi-class collections
- From: xen
- Re: generics and arrays and multi-class collections
- From: Daniel Pitts
- generics and arrays and multi-class collections
- Prev by Date: Re: generics and arrays and multi-class collections
- Next by Date: Re: Forums
- Previous by thread: Re: generics and arrays and multi-class collections
- Next by thread: Re: generics and arrays and multi-class collections
- Index(es):
Relevant Pages
|
|