DEV Community

Discussion on: 5 Alien Articles of the Week Worth Reading 👽📖

Collapse
 
mkrl profile image
Mikhail Korolev

Combine that with the Fibonacci indentation and you can start a war!

void foo()                            {
 foo                                  { 
   bar                                { 
      baz                             { 
           qux                        {
                   foobar             { 
                                      }
                                      }
                                      }
                                      }
                                      }
Collapse
 
eidsonator profile image
Todd Eidson

That's great! First I'd heard of Fibonacci Indentation. I like it!

Collapse
 
aelys profile image
Aelys

I want to cry