Today I (re)discovered the Google C++ Style Guide. There are other Google Style Guides.
Tag Archives: style
The Chicago Manual of Style
Today I read the Preface from The Chicago Manual of Style, 17th Ed. The whole thing doesn’t appear to be available for free online; I will consider purchasing a copy.
Multiline strings in JavaScript
Read an interesting article about multiline strings in JavaScript over on Stack Overflow, which referenced the Google JavaScript Style Guide which I thought was interesting.