Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 290 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 290 Bytes

Repository with an example of using the "Adapter" pattern.

Theme: Hardware units

Main idea:

► INTERFACE CONVERSION

Key ideas:

● Interface conversion occurs through adapters

● The pattern allow to adapt some parts of the code without changing other code