How should I name a header file designed for one structure

我是研究僧i 提交于 2019-12-11 14:29:43

问题


I have a structure called NDPlane, and I want to put it in its own file by following this answer.

To avoid confusion as this just being an Objective-C interface for an NDPlane object, how should I name the file? ndplane.h, plane.h, or struct_NDPlane.h, etc...

来源:https://stackoverflow.com/questions/21343553/how-should-i-name-a-header-file-designed-for-one-structure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!