How to write self-documenting Code

How to write code that is easy to understand and maintain without adding documentation. In this post, I am going to share some tips and good practices to achieve what I and my colleagues used to call “Self Documenting Code ©”. The examples used here are in the context of the Python programming language butContinue reading “How to write self-documenting Code”

VSCode Anchor: The powerful less known feature

The Anchor, although rarely talked about, is a VSCode feature that saves time and makes code navigation easier. Here is why and how to use it: Quick bookmark: Sometimes when coding, I need to see a function signature or add a constant at the top of the editor without losing my current line and column.Continue reading “VSCode Anchor: The powerful less known feature”