DEV Community

Discussion on: What little things make you happy while coding?

Collapse
 
niorad profile image
Antonio Radovcic

The first time something moves when making a game (especially with a new Lib/Lang/Engine/Framework)

When a complicated VIM-Command/Macro just works as intended

When I write really badly formatted code and Prettier/Gofmt makes it nice after saving.

TFW I realize "oh I can get rid of those 50 lines of CSS" and I type 50-D-D-Esc-:-w
(Delete 50 lines and save the file)