Hacker News new | ask | show | jobs
by kansface 4291 days ago
Closures are fine, but avoid seagulls:

function() {

  function() {

     function() {

        function() {

        }

      }

   } 

}
2 comments

"Seagulls" amazing! I'm used to calling them pyramids of doom, or laser guns.
Seagulls?
First I've heard the word used in this context, but I assume it refers to the appearance of the braces forming a 'V' pattern of what look like seagulls.