jasgold.blogg.se

Visualstudio code ubuntu
Visualstudio code ubuntu






Here's how to do both in VS Code: Create a Comment in VSCode, the easy way.

visualstudio code ubuntu

  • Add information that gives context to your code.
  • This comes in handy when debugging your program. The other great use-case of comments is quickly disabling one or multiple lines of code. Every comment you write could save you and your colleagues some back and forth on slack. This is especially useful if you work on a large team with lots of people.

    visualstudio code ubuntu

    When building out complex functionality, sometimes I'll even write out the whole function in pseudo-code comments before writing any code.Ĭomments make code more readable and understandable. I don't know of a programming language that does not support comments.Ĭode-comments are incredibly useful.








    Visualstudio code ubuntu