Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically check if your python code is well formatted with AppVeyor. Self promotion: Here are a few social networks where you can follow me and check my work as a programmer and a writer 😉 personal website, Twitter,… Lire la suite AppVeyor and python formatting
Catégorie : Formatting
Checking your python code format on Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically check if your python code is well formatted with Azure Pipelines. Self promotion: Here are a few social networks where you can follow me and check my work as a programmer and a writer 😉 personal website,… Lire la suite Checking your python code format on Azure Pipelines
Formatting Python – Why and How !
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain why you should format you python scripts and how to do it. Self promotion: Here are a few social networks where you can follow me and check my work as a programmer and a writer 😉 personal website, Twitter, Dev.to,… Lire la suite Formatting Python – Why and How !
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
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