The sentinel object pattern

  • never return None but a sentinel value (like -1 for string.find())
  • see this article