files organization in objective c
i've done a project with about 40-50 classes and i want to make order, what is the best practices to divide file .h, .m, .xib and resources files in fo开发者_如何学Pythonlder in your opinion?
I usually divide them into groups based on function.
As a first cut, you might start by dividing according to the model/view/controller split.
精彩评论