Hi everyone!
I’m Ashutosh Singh, your host on C++ Programming Language.
The purpose of this blog is to study techniques to write expressive code in C++. By expressive code we mean code that expresses the intent of the programmer that wrote it. Code you can read and understand. Code that says what it means to do.
I believe that expressiveness is the most important quality code can have, particularly in industry-sized projects, because expressive code is manageable. Expressive code is made for you to understand it.
This blog is about writing expressive code in C++. Along the posts we’ll explore how to precisely say what we mean, how to express ourselves, with the goal of becoming Fluent in C++.
Welcome to C++ Programming !