[fpc-pascal] Re: TLinkedList

2012-02-14 Thread Carver413
doesn't generics more or less duplicate the class every time you use it with different type, and if so would this not cause alot of bloating ? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc

[fpc-pascal] Re: TLinkedList

2012-02-14 Thread Carver413
> As long as one knows of the disadvantages of generics there is no > problem in enjoying their advantages. the disadvantage will come in the useing. over time more and more units will contain these because they are easy. so you will end up with a lot of redundant code. doesn't matter if they kn