Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Having a consistent and functional API is critical in software development.  There is a famous saying that goes like this: "API is forever".  This is true.  Once a class, interface or method is public or protected, it cannot be deleted and is expected to function until the end of time, even when deprecated.

...