Skip to content

Commit

Permalink
Update coding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn authored Aug 15, 2024
1 parent 9624341 commit f9589e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/best_practices/coding.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Coding

Whether you're new to coding or already working on it, there are two important things to remember: always **use version control** and **add automatic testing**. These steps will make things easier for you and everyone you work with. Also, try out tools that can make coding easier for you.
Whether you are new to coding or already working on it, there are two important things to remember: always **use version control** and **add automatic testing**. These steps will make things easier for you and everyone you work with. Also, try out tools that can make coding easier for you.

## Version Control with Git

Expand Down Expand Up @@ -77,4 +77,4 @@ Two popular tools for coding are [Visual Studio (VS) Code :material-open-in-new:
3. Use VS Code with SSH on CSCS:
- Install the "Remote-SSH" extension.
- Ensure VS Code remains active when working on CSCS:
- Activate the "Remote.SSH: Remote Server Listen On Socket" option in "Remote-SSH: Settings".
- Activate the "Remote.SSH: Remote Server Listen On Socket" option in "Remote-SSH: Settings".

0 comments on commit f9589e7

Please sign in to comment.