This Repo contains useful info I found throughout the software development process. Each tips are categorized into different Markdown files.
Category | Description |
---|---|
Git | Tips about Git |
Windows OS | Tips related to Windows Operating System |
SSH | Tips on using SSH |
Anything that doesn't fit in the ToC above
- VSCode
- Enable "C++ Intellisense > Inlay Hints > Parameter Names" in Settings. Details here if you are confused: HERE. This is so useful for visualizing the function argument names. Game changer in a cluttered code!