Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ In plain words

> Adapter pattern lets you wrap an otherwise incompatible object in an adapter to make it compatible with another class.


Wikipedia says

> In software engineering, the adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. It is often used to make existing classes work with others without modifying their source code.
Expand Down
Loading