[Biococoa-dev] initWithSymbol

Koen van der Drift kvddrift at earthlink.net
Fri Mar 11 21:09:38 EST 2005


Hi,

Anyone has objections if I in BCSymbol change:

- (id)initWithSymbol:(unichar)aSymbol
{
	....

to:

- (id)initWithChar:(unichar)aChar
{
	...

This seems more logical, initWithSymbol would imply that another 
BCSymbol is used.  Maybe we can also rename the ivar symbol to 
symbolChar?


cheers,

- Koen.




More information about the Biococoa-dev mailing list