Hi folks, I wanted to draw your attention to a new project underway in the C++ standards community.
It's a document called "C++ Core Guidelines" [1], intended to be a collection of widely applicable C++ best practices, that can serve as a template on which C++ projects can base their own, more specific guidelines. The document is a work in progress, still incomplete in many places. The initial authors are Bjarne Stroustrup and Herb Sutter, two members of the C++ Standards Committee, and they welcome contributions via GitHub to help complete and improve it. At some point (probably some time later when the guidelines are more complete), we may want to see if there's anything in there that we'd like to lift into our own Mozilla guidelines. Cheers, Botond [1] https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

