From f9589e78d2675017d4d24b496149def92748c8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Thu, 15 Aug 2024 16:22:54 +0200 Subject: [PATCH] Update coding.md --- docs/best_practices/coding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/best_practices/coding.md b/docs/best_practices/coding.md index 755323ed..6d9d9345 100644 --- a/docs/best_practices/coding.md +++ b/docs/best_practices/coding.md @@ -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 @@ -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". \ No newline at end of file + - Activate the "Remote.SSH: Remote Server Listen On Socket" option in "Remote-SSH: Settings".