Code Craft

Coding Standard – Code Craft

Hi dear reader, I'm Xavier Jouvenot and this is the second article about Code Craft, by Pete Goodliffe. If you want, you can look at the previous article about 'Defensive Programming', and you can find book here. The chapter we will treat today, is named 'The Best Laid Plans - The Layout and Presentation of… Lire la suite Coding Standard – Code Craft

Code Craft

Defensive programming – Code Craft

Hi dear reader, I'm Xavier Jouvenot and this is the first article about Code Craft, by Pete Goodliffe. This article is the first of a series in which I will go through this book. It will make me improve as a software developer by resuming it to you, and make you learn about the subject… Lire la suite Defensive programming – Code Craft

Formatting

Formatting Cpp, C, Javascript And Other Stuff

Hello dear reader, if you ever came to this article wondering if you should format your code, you can stop reading right now, and go check my other post on that topic. But if you are convinced that code should be formatted, and automatically formatted, first of all welcome 🙂 this post is made for… Lire la suite Formatting Cpp, C, Javascript And Other Stuff

Open Source

My first open source contribution

Like a lot of person programming for living, I've always wondered how easy (or how hard, depending of your optimism level) it is to make open source contribution. Moreover listening to a bunch of podcast on computer science, and programming, I've heard a lot contributors and maintainers talk about what contributions they made to open… Lire la suite My first open source contribution

AdventOfCode, C++, Programming

Advent Of Code – I Was Told There Would Be No Math – Puzzle 2

Hello ! I'm Xavier Jouvenot and here is the second part of a long series on Advent Of Code. You can find the previous part here For this new post, we are going to solve the problem from the 2nd December 2015, named "I Was Told There Would Be No Math". The solution I will… Lire la suite Advent Of Code – I Was Told There Would Be No Math – Puzzle 2