DEV Community

Igor Soares
Igor Soares

Posted on

 

Describe your code with a song name

Daily reminder your code should be looking:

Top comments (54)

Collapse
 
ben profile image
Ben Halpern • Edited

Code's good enough to ship. Time to...

push --it good
Collapse
 
damcosset profile image
Damien Cosset

Limp Bizkit - Break Stuff

Collapse
 
_bigblind profile image
Frederik πŸ‘¨β€πŸ’»βž‘οΈπŸŒ Creemers • Edited

Mine:

Collapse
 
ripfoghorn profile image
Igor Soares

LMAO

Collapse
 
niko profile image
Niko πŸ‘©πŸΎβ€πŸ’» • Edited

Between "Living on a Prayer" or "You Give Love a Bad Name" by Bon Jovi depending on whether it's working.

Collapse
 
dougblackjr profile image
Doug Black

Dang it! That's what I was gonna say! πŸ˜‚πŸ˜‚πŸ˜‚

Collapse
 
benaryorg profile image
#benaryorg

Most of my code's shell scripts that in the first place were dirty hacks that either:

  • got cleaned up: Ellen McLain/Jonathan Coulton - Still Alive (Portal Soundtrack)
  • or not: Ellen McLain/Jonathan Coulton - Want You Gone (Portal 2 Soundtrack: Songs to Test By (Disc 3))
Collapse
 
diogocorrea profile image
Diogo CorrΓͺa

Kaiser Chiefs - Ruby ;)

Collapse
 
tuttiq profile image
Tutti Quintella

Same here! Cool song btw

Collapse
 
marsh12th profile image
marsh • Edited

Ed Sheeran β€” I See Fire

Collapse
 
maestromac profile image
Mac Siri

The Weasel Kickers - I Didn't Write This

Collapse
 
leehumeniuk profile image
Lee

Eagles - Wasted Time

Collapse
 
cdvillard profile image
Charles D. Villard

In my dreams . . .

Collapse
 
cabe_bedlam profile image
Gregg Bond • Edited

Dodgy - Good enough.

Collapse
 
gregorgonzalez profile image
Gregor Gonzalez

When I start with full concentration: Carly Comando - Every Day

When I have to change everything because a client: Hoobastank - The reason

When I cannot find the bug: Hoobastank - Crawling in the dark

When the dead line is "Yesterday": Slayer - Raining Blood

xD this was fun. I appreciate how many people have different taste on music and I love to hear new songs. Didn't know about those bands until now.

Keep posting =)

Collapse
 
baronabro profile image
Baron Abramowitz • Edited

Sadly...

Collapse
 
ben profile image
Ben Halpern

😱

Collapse
 
damian profile image
damian

"Warning" - Green Day (because I only care about the errors)

Collapse
 
eonist profile image
Eon • Edited

Easy:

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.