newism / symfony2-standard-template

2 stars 5 forks source link

Service naming conventions #20

Open leevigraham opened 10 years ago

leevigraham commented 10 years ago

While we're discussing naming conventions we should probably define service naming.

Seems like the standard is namespace_bundle.something.something ie nsm_user.something.something or nsm_app.something.something.

Additionally we need to decide how to group services (the something.something) bit. For me it makes most sense to mirror the namespace and where applicable suffix with .class

leevigraham commented 10 years ago

Example: