Re: Does anyone else dislike Xcode 4?
Re: Does anyone else dislike Xcode 4?
- Subject: Re: Does anyone else dislike Xcode 4?
- From: Lee Ann Rucker <email@hidden>
- Date: Sun, 24 Jul 2011 23:15:12 -0700 (PDT)
>For those of you groaning about the switch to the much requested single window UI (that actually was almost possible in Xcode 3) I just have to ask; why do you need so many windows open at the same time with various files? Is it because you are coding ADD style (write a few lines in this file then jump to another one then a third), or are you perhaps coupling you classes so tightly together that that are really just one huge class with numerous files. :)
Because if I'm looking at FooView I'm also looking at FooViewController and FooModel, and related class BarView, BarViewController, and BarModel, or maybe refactoring several sibling classes so that their common code is in their parent, which requires seeing all the related methods at once to tell what's common and what's not.
I've been doing OOP longer than NSAnything has been around. Any non-trivial OOP system has lots of interconnected parts; being able to see all those parts is essential.
(BTW, I'm not bitching about XCode4 anymore. I'm just not using it.)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden