An open API service indexing awesome lists of open source software.

https://github.com/levidurfee/adapter-pattern


https://github.com/levidurfee/adapter-pattern

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# adapter pattern

How would you handle implementing the `fillUp` method in
the [CarAdapter](https://github.com/levidurfee/adapter-pattern/blob/master/src/Adapters/CarAdapter.php#L27) class?

How do you make an adapter for interfaces that have different parameters?