Relative Content

Tag Archive for directory-structure

Project directory structure

Actually i’m using this project directory structure http://framework.zend.com/manual/1.12/en/project-structure.project.html

Project directory structure

Actually i’m using this project directory structure http://framework.zend.com/manual/1.12/en/project-structure.project.html

How to organize all classes derived from SRP?

As the SRP says, the way to achieve this principle is divide all into smaller. And what you have just made small, make more smaller. As consequence we got more files and my question is about it, how organize all this new classes that are generated to keep our dirs clean, as the code.

How to organize all classes derived from SRP?

As the SRP says, the way to achieve this principle is divide all into smaller. And what you have just made small, make more smaller. As consequence we got more files and my question is about it, how organize all this new classes that are generated to keep our dirs clean, as the code.