Skip to content

contextfreecode/panic

Repository files navigation

This is just some notes I've taken while working this, not necessarily final thoughts or conclusions.

Principles:

  • Don't ignore errors
  • That includes not catching things you didn't intend to catch
  • Don't rely on undefined behavior, including undocumented exceptions
  • Don't lose control, so maintain control loop at least
  • Handlable when it's out of your control
  • Panic when it's your fault
  • Also panic when you just don't want to deal with unusual cases?

History:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published