Jonathan Boccara's blog

Becoming Fluent in C++

Published November 4, 2016 - 1 Comment

Hi everyone!

I’m Jonathan Boccara, your host on Fluent C++.

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. In expressive code, bugs can be spotted and fixed, new features can be added, performance can be tuned. On expressive code, new developers in a project can come up to speed fairly quickly, move forward at a fast pace, and draw satisfaction out of 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 Fluent C++ !

Don't want to miss out ? Follow:   twitterlinkedinrss
Share this post!Facebooktwitterlinkedin

Comments are closed