DEV Community

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

Collapse
 
eljayadobe profile image
Eljay-Adobe

An office with a door, so I can focus.

My guilty pleasure is I enjoy fixing bugs. Each bug is like a mini-puzzle, and (usually) is apparent whether or not it is fixed or still broken.

Two large monitors. And I'm super particular about keyboards. (IBM Model M forever!)

Clean code makes me happy. I wish there were refactoring tools for C++, like I had JetBrains ReSharper for C#.

The one surprise I had was how much I enjoyed TDD using C#, NUnit, and the awesomely amazing test-runner NCrunch. I really miss that now that I'm back in C++.

Endless supply of Diet Mountain Dew.

Collapse
 
rhymes profile image
rhymes

Love fixing bugs too!

If it's not a trivial bug you usually learn A LOT chasing a bug. Sometimes you end up with patches to third party libraries, sometimes you end up with more insight about the framework or the language or even parts of your own code you forgot about :D

Collapse
 
eljayadobe profile image
Eljay-Adobe

My two favorite bugs was finding a bug in the compiler (can't remember which compiler anymore, too many years ago - I'm sure it was not GCC), and finding a bug in the gdb debugger.

Thread Thread
 
rhymes profile image
rhymes

so "meta" :D