Shared source file between two parts of project [closed]
Closed 10 years ago.
Shared source file between two parts of project [closed]
Closed 10 years ago.
Folder structure or database structure for creating/editing ‘files’?
As a hobby experiment I am creating a on-line tool for creating web sites with the ability to create custom HTML and CSS using a template engine for safe-use of functionality.
Folder structure or database structure for creating/editing ‘files’?
As a hobby experiment I am creating a on-line tool for creating web sites with the ability to create custom HTML and CSS using a template engine for safe-use of functionality.
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.
Serving a file from a private directory [closed]
Closed 9 years ago.
How to organize large polyglot projects?
One of my projects started as PHP but recently some of the new functionality has been written in JavaScript on Node.js platform.