Objective C 中的文件组织
我已经完成了一个大约有 40-50 个类的项目,我想订购,您认为在文件夹中划分文件 .h、.m、.xib 和资源文件的最佳实践是什么?
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 folder in your opinion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通常根据功能将它们分为几组。
作为第一次切割,您可能首先根据模型/视图/控制器划分进行划分。
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.