engineering
Writing Code in the Terminal
· Jerwin Arnado
Twitter on the Linux CLI. I’m starting to live in the terminal. #SocialMediaInShell #WritingCodesInTerminal
I prefer writing most of my code in a terminal for a few reasons:
- GUI tools cause me to forget things I want to remember.
- I prefer a functional programming style that keeps code chunks small, and a GUI doesn’t add that much value.
- I prefer to have a lot of terminal windows open — not just tabs in one window. Multiple windows of an IDE are resource expensive. A terminal multiplexer like tmux is free.
- Using a terminal forces me to keep code relationships and abstractions in my head, which I like. GUIs do that for you and weaken that muscle.
- I like my hands on a keyboard more than a mouse.
I still occasionally use an IDE, and I currently have Sublime Text 3 installed. I used Sublime Text 3 again today. And I think it’s okay.