Readability of Logical Operators

Operators generally lead to a terse and familiar syntax that usually helps readability. However, this is not always the case. I want to present an alternative here, and I wonder why it isn’t used more often. ...

September 13, 2019 · 4 min

C++ Templates: A Language in the Language

C++ templates are a wonderful tool, with unforeseen capabilities at the time of their inception. They have grown into a sub-language inside of C++, with their own branching and looping constructs. ...

September 9, 2019 · 7 min