Re: Memory Management Mismanaged
Re: Memory Management Mismanaged
- Subject: Re: Memory Management Mismanaged
- From: Karl Goiser <email@hidden>
- Date: Wed, 7 May 2003 20:45:17 +1000
Hi Tony,
I think you missed my point. Maybe I didn't express myself well enough.
It can get a lot easier: if you don't even have to worry about it, it
is infinitely easier - and that is what things like automatic garbage
collection give you.
On Wednesday, May 7, 2003, at 05:11 PM, Tony S. Wu wrote:
Now that sure sounds weird.
I learned Cocoa with C++ based knowledge, and I found the memory
management system in Cocoa extremely easy.
How could it get any easier?
Release what you allocate/retain.
What's the big hassle about it?
I don't see any obvious reason in your complaint except a lazy
programmer trying to find unreasonable reasons.
And try write a GUI application in C with bunch of buttons and table
views and outline views ant what-not then tell me it's not less work.
Cocoa is easy enough.
Memory management is usually the least problem I worry about.
Cause if you follow the rules, you won't have any problem.
Tony S. Wu
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.