DEV Community

Ben Halpern
Ben Halpern

Posted on

What’s the best thing about the language/environment you work in?

Top comments (6)

Collapse
 
nepeckman profile image
nepeckman

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.

Collapse
 
billperegoy profile image
billperegoy

The Elm type checker and compiler make me happy every time I use it.

Collapse
 
justgage profile image
Gage

+100 me too!

Collapse
 
jnfsmile profile image
Naftali Friedman

Autocomplete

Collapse
 
courier10pt profile image
Bob van Hoove

CTRL R, R: Refactor rename
F12 : Goto definition
CTRL -: Go back to where I was

Collapse
 
afshinity profile image
Afshing

Vertical selection :)