-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rounak Jain wrote:
>> As Jerry pointed out, you need to learn the basics; please read up on the 
>> basics to include memory management.
> 
> I am using Garbage collector. _______________________________________________

The previous comments still stand.

For starters, there are a few good reasons you should still understand
non-GC memory management:

1) You may end up having to maintain someone else's reference-counted
code or develop code for a non-GC environment.  A dual-mode framework is
an example of such code.

2) There can be issues with garbage collection depending on your
application design - cf. Garbage Collection Programming Guide's
"Adopting Garbage Collection."

3) Garbage Collection does not exist (yet) in iOS.

Even if you are sure these will never apply to you (and "never say
never"), your code reveals a general need to learn the basics.

- --
Conrad Shultz

Synthetiq Solutions
www.synthetiqsolutions.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzpW5AACgkQaOlrz5+0JdW79ACbBB3XzDSznH2zVphfyA4oEGFg
S84AnjylhAj2oVWyPDUZEApwCPZjXVCT
=1M7v
-----END PGP SIGNATURE-----
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to