Debugging Python programs that require CLI arguments in VSCode
Command Palette (CTRL+SHIFT+P): Debug: Add Configuration
Command Palette (CTRL+SHIFT+P): Debug: Add Configuration
VSCode offers native test capabilities that are quite useful. Testing Python in Visual Studio Code
This must be applied to the configuration of the Typer object created for the CLI.
Here’s how to enable: https://python-poetry.org/docs/#enable-tab-completion-for-bash-fish-or-zsh
What on earth are “Snaps”?
This was working for me a while ago but today, when I tried, it was not.
“The proper use of comments is to compensate for our failure to express ourselves in code.” — Robert C. Martin, Clean Code
This is actually much more of a hassle than I’d have expected …
“Every system is built from a domain specific language designed by the programmers to describe that system. Functions are the verbs of that language, and classes are the nouns.” — Robert C. Martin, Clean Code.