[Biococoa-dev] Nomenclature
Alexander Griekspoor
mek at mekentosj.com
Thu Aug 19 03:12:28 EDT 2004
Nice work John!
I agree with Koen on the following snippet:
>
> - (id)initWithSymbol:(unichar)aChar
> {
> if ( self = [super init] )
> {
> symbol = aChar;
> }
>
> return self;
> }
>
> I am not sure if the line
>
> symbol = aChar;
>
> is legal.
If we really want to follow the guidelines, we would still have the
accessor methods, but @private. Then you can do:
[self setSymbol: aChar]; in the init method (I don't see why it
shouldn't work by the way).
Finally, two nitpicking remarks about the plist:
- you could take aMino for M and Keto for K (the official
abbreviation), although it's a bit odd to see that some have names and
others only a letter, but that's the way it is.
- single base should be Single base (capitalized) (esthetic reason only)
- Compelement should be spelled Complement ;-)
Nice work on the headerdoc as well!
Cheers,
Alex
*********************************************************
** Alexander Griekspoor **
*********************************************************
The Netherlands Cancer Institute
Department of Tumorbiology (H4)
Plesmanlaan 121, 1066 CX, Amsterdam
Tel: + 31 20 - 512 2023
Fax: + 31 20 - 512 2029
AIM: mekentosj at mac.com
E-mail: a.griekspoor at nki.nl
Web: http://www.mekentosj.com
Claiming that the Macintosh is inferior to Windows
because most people use Windows, is like saying
that all other restaurants serve food that is
inferior to McDonalds
*********************************************************
More information about the Biococoa-dev
mailing list