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
Catégorie : Open Source
Formatting Cmake
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 Cmake
Formatting and Automation
Who during code review didn't have a coworker telling you "Please use braces one the same line as the if condition, if not, it's unreadable", or the opposite, "Here we place the bracket after the if, the code is more clearer that way", or the classic one, "Do not use tabs, use spaces for indentation"... … Lire la suite Formatting and Automation
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