top | item 7075987

(no title)

JeanPierre | 12 years ago

Could you elaborate on how generics makes code less safe? In my experience, the lack of generics is much more type unsafe, as you often have to do casts at runtime (and handle them) when you have to implement your own data structures. In contrast, languages with generics handle those at compile time.

discuss

order

No comments yet.