Tips for Greenfield Projects
From Logic Wiki
- Don't use company name in Views / Functions / Controllers / JS
If company name is changed in time renaming controllers or views can be very painful.
- Use content manager for all the contents. Don't keep content in between codes
If possible use company name, address, contact information in constants
- Always use a decoupled architecture