[Biococoa-dev] 2 BCSequenceDNA questions
Koen van der Drift
kvddrift at earthlink.net
Fri Aug 20 19:08:03 EDT 2004
John,
Why are you using a separate theSequence in this class? Just use the
'sequence' from BCSequence, and you can remove
- (BCSequenceDNA *) init {
self = [super init];
if ( self != nil )
theSequence = [[NSArray array] retain];
return self;
}
and dealloc as well.
Also any reason for commenting out almost everything?
- Koen.
(I just updated some stuff in BCSymbol and BCAminoAcid, but my local
copy was not updated to the latest commits from John about an hour
earlier. CVS gave all kinds of errors, until I figured out what went
wrong. Not sure how we can prevent this, though)
More information about the Biococoa-dev
mailing list