DEV Community

Discussion on: How do programmers love to code?

Collapse
 
pontakornth profile image
Pontakorn Paesaeng

I am more a student than a programmer right now. I barely touch the code unless it's related to the studying. I admit that I lose energy over time by studying a lot.

I usually play music when coding simple thing such as a component but I disable music to think complex things.

My text editor and IDE are VSCode, Neovim and Pycharm. All of them have Vim motion and easy-motion because it's better to move fast even I forgot the key binding.

Mainly, I used JavaScript/TypeScript in my personal projects and Python for studying computer programming class. I love functional programming language such as Haskell, Rust (Not fully functional but has more functional features), and Clojure but I rarely find a chance to use them as TypeScript and Python solved most of the problems.