You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should probably be some general cleanup of the codebase and directory structure. But be careful not to break outstanding PRs that should be merged eventually after some more work:
👍 Thanks for creating this @ericfischer. Once those merge I think we should plan to:
Move all command line tools to subdirectory. How about./bin?
Move all source code into subdirectory. How about src?
Move all third party/vendored code into subdirectory. How about ./deps or ./third_party?
Move documentation into ./docs. The main files left at the root would be README.md, CHANGELOG.md, LICENSE.md, Makefile + configurations for travis/codecov/etc.
There should probably be some general cleanup of the codebase and directory structure. But be careful not to break outstanding PRs that should be merged eventually after some more work:
The text was updated successfully, but these errors were encountered: