Skip to content

Instantly share code, notes, and snippets.

@honey-speaks-tech
Last active November 21, 2022 10:18
Show Gist options
  • Save honey-speaks-tech/28a7384d64e1da701ee6d22718b3726b to your computer and use it in GitHub Desktop.
Save honey-speaks-tech/28a7384d64e1da701ee6d22718b3726b to your computer and use it in GitHub Desktop.
ToolReferences

Faster build tools

Package manager

Git hooks

  • pre-commit

Unit test single header testing framework

  • https://github.com/onqtam/doctest
    • doctest is a new C++ testing framework but is by far the fastest both in compile times (by orders of magnitude) and runtime compared to other feature-rich alternatives.

Documentation tools

  • Markdeep is a technology for writing plain text documents that will look good in any web browser, whether local or remote. It supports diagrams, calendars, equations, and other features as extensions of Markdown syntax.

Books on refactoring

Book club

Interview Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment