Tthe scroll and search in folders dont take too much of my time because I like 
some shortcuts like command T in Textmate and command option D in Xcode.

Thanks for the help.



Sent from my iPad

On 06/09/2010, at 22:45, Dave Keck <[email protected]> wrote:

>> 2ยบ Why most of projects that I found on the internet don't use folders or
>> groups to separate classes (for example, controllers, views, categories and
>> models). What is the good pratice for code organization? If somebody could
>> point links or guidelines would help a lot.
> 
> I think anyone would agree that it's good practice to have some sort
> of source grouping for any large project. It's my preference to create
> groups for each component of a project; for example, in a
> document-based app I would have Document.m, DocumentView.m, and
> DocumentController.m grouped in the source list. In addition, I have a
> "Shared Source" group for reusable code, which can be further grouped
> by component.
> 
> (I worked on a large project that grouped files at the root level into
> three MVC groups, and I found it was a pain to find the files I
> needed. I tend to work on one component of a project at a time; when
> organized by MVC I was constantly scrolling in the source list to skip
> between the component's files. As a project grows, so does the
> distance between related files in the source list, and it's downhill
> from there.)
> 
> BTW, this question is probably better suited on xcode-dev or elsewhere.
_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to