owncloud-archive / apps

Repo for ownCloud apps. Code here is work in progress and not intended for endusers
373 stars 336 forks source link

Appframework: Implement Dependency Inversion Principle #676

Closed BernhardPosselt closed 11 years ago

BernhardPosselt commented 11 years ago

Classes like Request or Controller should implement an interface and the typehinting should enforce this interface so that people can easily swap out classes with different implementations.

BernhardPosselt commented 11 years ago

moved to owncloud/appframework#1