• epyon22@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Applications where you aren’t using some sort of framework. Usually MVC or other frameworks would handle this or are designed to continuously run.

    • jsveiga@vlemmy.net
      link
      fedilink
      arrow-up
      16
      ·
      1 year ago

      Perl is funnier, as these are valid ways of exiting with an exception:

      readFile() or die;

      die unless $a > $b;