CppCoreGuidelines VS git-internals-pdf

Compare CppCoreGuidelines vs git-internals-pdf and see what are their differences.

CppCoreGuidelines

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ (by isocpp)

git-internals-pdf

PDF on Git Internals (by pluralsight)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
CppCoreGuidelines git-internals-pdf
324 23
44,607 2,562
0.6% -
7.5 0.0
20 days ago over 2 years ago
CSS Ruby
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CppCoreGuidelines

Posts with mentions or reviews of CppCoreGuidelines. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-19.
  • Rust's Block Pattern
    3 projects | news.ycombinator.com | 19 Dec 2025
    C++ lambdas can be used to achieve a similar result, not as pretty though https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines... But in general I agree!
  • Obscure feature and obscure feature and obscure feature = compiler bug
    1 project | news.ycombinator.com | 23 Sep 2025
  • Safe C++ proposal is not being continued
    9 projects | news.ycombinator.com | 13 Sep 2025
    If that is what profiles were actually doing, it would probably make sense. But it's not what profiles are doing.

    Instead, for example, the lifetime safety profile (https://github.com/isocpp/CppCoreGuidelines/blob/master/docs...) is a Rust-like compile time borrow checker that relies on annotations like [[clang::lifetimebound]], yet they also repeatedly insist that profiles will not require this kind of annotation (see the papers linked from https://www.circle-lang.org/draft-profiles.html#abstract).

    Their messaging is just not consistent with the concrete proposals they have described, let alone actually implemented.

  • Essential White Papers for Senior Software Engineers: Advanced Reading for Technical Leadership
    2 projects | dev.to | 30 Mar 2025
    "C++ Core Guidelines" by Bjarne Stroustrup and Herb Sutter Read the guidelines
  • Distributed Systems Programming Has Stalled
    3 projects | news.ycombinator.com | 27 Feb 2025
    I've found both explicit future/promise management and coroutines difficult (even irritating) to reason about. Co-routines look simpler at the surface (than explicit future chaining), and so their the syntax is less atrocious, but there are nasty traps. For example:

    https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines...

  • A Tail Calling Interpreter for Python
    1 project | news.ycombinator.com | 20 Feb 2025
    I liked "Effective Modern C++" although that is a little bit out of date by now. Stroustrup's recent article "21st century C++" https://cacm.acm.org/blogcacm/21st-century-c/ . There are also the C++ core guidelines though maybe those are also out of date? https://github.com/isocpp/CppCoreGuidelines

    I've been looking at Rust and it's an improvement over C, but it still strikes me as a work in progress, and its attitude is less paranoid than that of Ada. I'd at least like to see options to crank up the paranoia level. Maybe Ada itself will keep adapting too. Ada is clunky, but it is way more mature than Rust.

  • 21st Century C++
    3 projects | news.ycombinator.com | 5 Feb 2025
    I haven't read much from Bjarne but this is refreshingly self-aware and paints a hopeful path to standardize around "the good parts" of C++.

    As a C++ newbie I just don't understand the recommended path I'm supposed to follow, though. It seems to be a mix of "a book of guidelines" and "a package that shows you how you should be using those guidelines via implementation of their principles".

    After some digging it looks like the guidebook is the "C++ Core Guidelines":

    https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines

    And that I should read it and then:

    > use parts of the standard library and add a tiny library to make use of the guidelines convenient and efficient (the Guidelines Support Library, GSL).

    Which seems to be this (at least Microsoft's implementation):

    https://github.com/microsoft/GSL

    And I'm left wondering, is this just how C++ is? Can't the language provide tooling for me to better adhere to its guidelines, bake in "blessed" features and deprecate what Bjarne calls, "the use of low-level, inefficient, and error-prone features"?

  • Ray Tracing in One Weekend
    6 projects | news.ycombinator.com | 2 Jan 2025
    See this: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines...

    Technically, headers are just copy-paste, obviously. However, there's value to keeping them as standalone as possible.

  • Rust in QEMU Roadmap
    5 projects | news.ycombinator.com | 3 Dec 2024
  • Don't defer Close() on writable files
    7 projects | news.ycombinator.com | 8 Sep 2024
    > close a file (which ironically is the poster child for RAII)

    Yes, I call this "RAII is a lie" (T-shirt pending).

    Closing file descriptors is univerally used to showcase RAII, but it should never be used for that.

    C++ has the same problem:

    https://github.com/isocpp/CppCoreGuidelines/issues/2203

    In there, it is acknowledged that a manual Close() should always be provided, and used if you want guarantees.

    > is a bad pattern

    Good that Rust at least figured it out early that it's a bad pattern!

    Never use RAII in situations where the cleanup can fail!

git-internals-pdf

Posts with mentions or reviews of git-internals-pdf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-07.

What are some alternatives?

When comparing CppCoreGuidelines and git-internals-pdf you can also consider the following projects:

github-cheat-sheet - A list of cool features of Git and GitHub.

Crafting Interpreters - Repository for the book "Crafting Interpreters"

learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!

Kalman-and-Bayesian-Filters-in-Python - Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.

dmd - dmd D Programming Language compiler

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured

Did you know that CSS is
the 18th most popular programming language
based on number of references?