Versions Compared

Key

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

THE FOLLOWING INFORMATION IS OUT OF DATE...

The Importance of API

Having a consistent and functional API is critical in a software component.  There is a famous saying: "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.

...