swarm-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[swarm-hackers] Accessor Mutator methods...


From: Nima Talebi
Subject: [swarm-hackers] Accessor Mutator methods...
Date: Tue, 10 Nov 2009 13:27:58 +1100

Hi,

How much work would it be to convert the OSX/Cocoa build of of the swarm framework to stick within the guidelines of the Cocoa way of defining BAU methods...

i.e.,

Currently we have:
- (id)setFoo:
- (id)getFoo:

Cocoa asks for...
- (void)setFoo:
- (id)foo;

...it's not a huge deal, but definitely something I'd personally prefer - but I have no idea on how many things it would potentially break - I'm guessing there's no hard coding that way, but that probing will not work - so probing is what would need to be rewritten? Is there more to it than that?

Nima


--
Nima Talebi
web: http://ai.autonomy.net.au/People/Nima
gpg: B51D 1F18 D8E2 B702 B027 23A4 E06B DAC1 BE70 ADC0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]