Skip to content

Releases: usabilla/prometheus_client_php

[Temp] Usabilla tag

20 Nov 11:13
bdaf0fd
Compare
Choose a tag to compare
Extract Interfaces for User Interaction Classes

The registry and the rederer are classes that are usually injected by
users into their own code, having interfaces for them allow users to
mock based on the API and not on the concret implementation which avoids
a common code smell. This also allows better custom implementations if
users so desire.