burzum / cakephp-file-storage

Abstract file storage and upload plugin for CakePHP. Write to local disk, FTP, S3, Dropbox and more through a single interface. It's not just yet another uploader but a complete storage solution.
MIT License
197 stars 84 forks source link

Antipattern showcase #214

Open dereuromark opened 3 years ago

dereuromark commented 3 years ago

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.