Strategy to split up large class files?
Strategy to split up large class files?
- Subject: Strategy to split up large class files?
- From: Arthur Clemens <email@hidden>
- Date: Wed, 30 Jun 2004 13:08:54 +0200
In my rather small project, I have an AppController class that has been
growing to about 1400 lines (80 methods).
With pragma marks I have divided the methods in functional parts, but I
find that the length is becoming difficult to manage.
Is there a strategy to split up my AppController class in smaller
chunks (separate class files that belong to AppController perhaps)?
Arthur Clemens
_______________________________________________
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.