Source
- URL: https://x.com/SebAaltonen/status/1786347046741377418
- Author: Sebastian Aaltonen (@SebAaltonen)
- Posted: 2024-05-03 10:48:19
Branch
1/ @SebAaltonen
I could write all my code in assembler too. But why would I do that? Modern tools give me better productivity so I use them instead. I know how to read assembly when debugging code, but I want my compiler to write it.
2/ @SebAaltonen
I personally use git from command line, but when I need to look at the history or solve a merge conflict, I jump into a modern GUI to do those tasks. GUI is just so much more productive for those tasks.
3/ @SebAaltonen
Professional programmer knows how to use the best tools to make them productive. This includes IDEs, debuggers, profilers, sanitizers, version control, etc, etc. And Google too (for API docs, etc). A 10x coder isn’t sitting in dark room with terminal. They know how all the tools.