aboutsummaryrefslogtreecommitdiff
path: root/content/posts/software_engineering.md
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2026-02-18 13:13:12 +0100
committerKaran Jayachandra <me@karanj.com>2026-02-18 13:13:12 +0100
commit0cccc103fe3edea6a267599ce454984cf9b35e62 (patch)
tree71191fec8000e0eb2f82b284b95727be69b2692c /content/posts/software_engineering.md
parentb2fe7137a2aa5f98a586ae77e36c7ce7eac36255 (diff)
Added reference to touch typing
Diffstat (limited to 'content/posts/software_engineering.md')
-rw-r--r--content/posts/software_engineering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/software_engineering.md b/content/posts/software_engineering.md
index 5369ce6..6fc5eac 100644
--- a/content/posts/software_engineering.md
+++ b/content/posts/software_engineering.md
@@ -9,7 +9,7 @@ I worked at a large software company, [SAP](https://www.sap.com) for three years
### Terminal is the superior interface
-Learning to use the terminal will be much more efficient in the long run. You will be able to do basic tasks as well as complex ones using just the keyboard. GUIs also take up much needed space on the screen as well as in your brain with distractions. The terminal is as distraction free as it can get when using a computer despite all the [arguments](https://jvns.ca/blog/2025/02/05/some-terminal-frustrations/) against it. I found that the Linux shell is much better to use and to script with.
+Learning to use the terminal will be much more efficient in the long run. You will be able to do basic tasks as well as complex ones using just the keyboard. GUIs also take up much needed space on the screen as well as in your brain with distractions. The terminal is as distraction free as it can get when using a computer despite all the [arguments](https://jvns.ca/blog/2025/02/05/some-terminal-frustrations/) against it. Learning to touch type will make this process even more efficient. I found that the Linux shell is much better to use and to script with.
### Version control is a programmer's best friend