acezen opened a new issue, #532: URL: https://github.com/apache/incubator-graphar/issues/532
### Describe the enhancement requested Our current project structure separates header files and source files into include and src directories, respectively. This approach, while beneficial in some contexts, adds complexity and overhead for smaller projects, **and not fits to protobuf generated code**. To simplify the structure and enhance maintainability, we need to consolidate all code into a single src directory. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
