Cpp Notes

core-guidelines

Cpp Core guidelines

  • A fork with my simplified reading notes.

Why guidelines

as with all general principles, its value lies not in being an absolute rule for every case, but rather a default rule, a guideline that should be followed in the absence of a good reason not to; the reality is that the majority of everyday work is not special and the result is better if this principle is followed. -- from: Hands-On Design Patterns with C++

Completed

Skip