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".