Write libraries instead of services, where possible
A service has constant administration costs which are paid by the service provider.
A library instead moves these costs to the users of the library.
For any developer with limited resources,
this means a library (where viable) can provide the same functionality to the user,
at a lower cost to the developer than a service.
By library, I mean any software... See more
A library instead moves these costs to the users of the library.
For any developer with limited resources,
this means a library (where viable) can provide the same functionality to the user,
at a lower cost to the developer than a service.
By library, I mean any software... See more