cakephp-file-storage
cakephp-file-storage copied to clipboard
Antipattern showcase
I finally came around to showcase what I meant with antipattern regarding types for chainable https://github.com/dereuromark/cakephp-file-storage/pull/1
It shows that adding them is really bad, and destroys extendability.
So best to drop them in all related repos, let CS tooling (free in Spryker sniffer) make sure all is consistent and you have automatically a better and extandable code.