Gregor
Results
2
issues of
Gregor
I recently stumbled across a problem applying the [Dependency Inversion Principle (DIP)](https://github.com/jupeter/clean-code-php#dependency-inversion-principle-dip) trying to write classes for communication with either local (`fopen()`) or remote (`fsockopen()`) serial ports. (In the following...