Replies: 4 comments 2 replies
-
@christianparpart before I start, I need your feedback. |
Beta Was this translation helpful? Give feedback.
-
I think that is not possible. Just by having a look
I'm fine in moving them. But
I had that for a very long time, until one of my friends said that at the big G they also have all the tests right next to the implementation files, so you can quickly get to the tests instead of searching for them. I do agree, that if this would be a header-only lib, then moving tests would make sense. But until now I don't think header-only does not give any gain (actually quite the other way around).
I usually kept my root dir clean, but I am fine with that - or what about
oh that's an interesting one. should that be a directory with some results and scripts for rerunning them? I really like that idea. That should also help finding weak performance spots in this library and should be addressed.
above you said you wanted to move tools to root directory, but yeah, let's keep them in |
Beta Was this translation helpful? Give feedback.
-
The I also plan to extract the CLI API from contour into its own header only library that will become its own repo here under the org namespace. That way we can freely use the same CLI API in any executable and repo. :) EDIT: p.s.: I was saying this because I was earlier complaining about my unhappiness in the CLI args handling in |
Beta Was this translation helpful? Give feedback.
-
https://youtu.be/sBP17HQAQjk?t=318 I just found a very interesting point of view against header-only (actually partly overlaps with my thinking why header-only is not always best choice) :) |
Beta Was this translation helpful? Give feedback.
-
Inspired by many other libraries:
include/libunicode
directorytests
directorytools
to root directoryAs result:
Beta Was this translation helpful? Give feedback.
All reactions