lybros / appa

GUI for TheiaSfM multiview geometry and structure from motion library.
6 stars 3 forks source link

avoiding unix-style directory shortcuts ".." #23

Open UladBohdan opened 7 years ago

UladBohdan commented 7 years ago

in accordance with Google C++ styleguide and in order to keep code portability we should avoid unix directory shortcuts. https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes

seems that with the project structure we have we're unable to do that.

should we be worried about that?

Drapegnik commented 7 years ago

also if we'll use some code quality control tools?

UladBohdan commented 7 years ago

I think that depends on how strict the tools are. Most likely they will allow us to use these kind of paths.