开发者

files organization in objective c

开发者 https://www.devze.com 2023-02-27 03:22 出处:网络
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 usuall

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消