Interface Abstraction

API is a corner stone of SW development. Thus, each Module within any project has to provide and fulfill some sort of an interface.

A good interface is a meeting point between an user (customer) and an implementation. Thus it serves two purposes:

  1. Provides easy to read contract for a customer
  2. Simplifies business logic implementation by elimination of uncertainty (what and how features shall be provided)
1
To Do
#3 opened 2024-05-26 22:42:09 +02:00 by djmil
0
In Progress
0
Done