For further actions, you may consider blocking this person and/or reporting abuse
Read next
Automating Backup and Restore Processes with Python, Bash, and PowerShell
Oliver Bennet -
Why Use Nix package manager, Even on macOS?
Alexander Shagov -
Does anyone here use an under desk treadmill or elliptical while working?
Jess Lee -
JetBrains WebStorm and Rider Now Free for Non-Commercial Use
Saurabh Rai -
Top comments (6)
The fast iteration cycles of REPL driven development are really rewarding. I'm contributing to a REPL, and being able to rapidly test new functions inside the same environment I'm coding is a really cool experience.
The Elm type checker and compiler make me happy every time I use it.
+100 me too!
Autocomplete
CTRL R, R: Refactor rename
F12 : Goto definition
CTRL -: Go back to where I was
Vertical selection :)