Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So, essentially:

    - if instagram?
      - if on_vacation?
        - if shared_home? == false
          - if dangerous_pets? == false
            = rob_them
          - else
            // wait  
        - elsif roommates_home?
          - if dangerous_pets? == false && if security_system? == false
              = rob_them
          - elsif house_guests?
            - if house_guests_home?
              // wait
            - else
              = rob_them
          - else
            = kill_pets + rob_them
        - else
          = rob_them
      - else
        // wait
    - else
      = chill_with_friends
Seems legit.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: