Skip to content

Instantly share code, notes, and snippets.

@suin
Created December 18, 2012 13:54
Show Gist options
  • Save suin/4328147 to your computer and use it in GitHub Desktop.
Save suin/4328147 to your computer and use it in GitHub Desktop.
.
├── src
│   └── MyCompany
│   └── AppBundle
│   ├── Command
│   └── Controller
└── vendor
└── MyCompany
├── DataSourceModule1
│   ├── ExternalService
│   ├── Queue
│   └── Service
├── DomainModule1
│   ├── Assertion
│   ├── Entity
│   ├── Factory
│   ├── Repository
│   ├── Sepecification
│   └── Service
├── DomainModule2
│   ├── Assertion
│   ├── Entity
│   ├── Factory
│   ├── Repository
│   ├── Sepecification
│   └── Service
└── PresentationModule1
└── Service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment