kriasoft / Folder-Structure-Conventions

Folder / directory structure options and naming conventions for software projects
MIT License
1.9k stars 5.93k forks source link

Add include section #6

Open Keyaku opened 8 years ago

Keyaku commented 8 years ago

I'm not sure if this is a good convention, but what about a include directory?

koistya commented 8 years ago

@Keyaku can you give some examples, what this directory is used for?

Keyaku commented 8 years ago

@koistya Generally, it's used to add library headers to conveniently give less build hassles.

Here's an example.

I'm solely suggesting, since this has its own drawbacks.

koistya commented 8 years ago

I guess this is mostly relevant to C++ projects?

Keyaku commented 8 years ago

It's relevant to any kind of project. Of course, it mostly works with C/C++.