/ home / Programming / Style /

Everything is an API

Programming style, specializing in producing decoupled and reusable code.

Where does this idea come from? §
What is 'Everything is a File'? §
What is 'Everything is an API'? §
What are the principles of a good API? §
  1. Decoupled.
  2. Descriptive.
  3. Consistent.
  4. Minimal.
  5. Reusable.
  6. Resilliant.