Implement the Google Style Header include convention

Issue #21 resolved
Robert Massaioli repo owner created an issue

Currently fuppes has relative naming conventions out the wazoo. You should use this naming convention instead.

That way you can cut out all of the bad includes in fuppes and start having standard includes in your projects. I think it also allows for easy header file optimization.

Comments (2)

  1. Robert Massaioli reporter

    I re #21 - Refactored Common Code

    Now the headers are referenced in a way that makes sense. I have chosen src/lib to be the root of all of the header includes. It feels overly verbose to say "lib/Common/Common.h" to refer to that header.

    → <<cset d6a6c2f2e4b4>>

  2. Log in to comment