optimization - Project organisation - File path and folder default naming -


i'ld organize coding , projects better. there folder-name , file-name defaults should use or there preffered ones within industry?

thanks tips.

coding c++ of time, organize folders according namespaces classes reside in, under global src/ folder. mix header , source files, although know lot of people keep headers , sources separate in src/ , include/ folders. think rather thing of preference - see advantages of both approaches.

my filenames typically same classes source file belongs - (at least) 1 source file per class. non-class code, try organize functions/data according logical units "speaking" names.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -