Not everything deserves to be a class.
Tag Archives: simplicity
Application architecture should be simple.
This is one of those times where less is more.
Avoid comments at the end of a code block.
Your block is probably too big.
Create simpler triggers.
Keep your logic outside of the trigger.
Refactor the spaghetti code.
Learn techniques to replace messy software.
Don’t get clever.
Keep it simple, stupid.
Tighten your loops.
For performance and simplicity.
Use fat models.
Move your business logic down to your models.
Use thin controllers.
Some guidelines for the MVC technique.
Build to last.
Will your code stand the test of time?