Performance problems are often caused by poorly formed SQL statements.
Category Archives: Uncategorized
Examine method signatures in your libraries.
These may give you more options for the methods you use.
Require a small number of parameters.
Your method definitions should not be overly long.
Don’t start over from scratch.
Avoid this temptation.
Make time for analysis.
There must be time for analysis. Otherwise, there will not be enough time for development either.
Pair programming accelerates development.
Everything is awesome, everything is cool when you’re part of a team.
Don’t use primitives to represent domain ideas.
Use Value Objects instead.
Relationships affect your code.
If you have poor relationships, the quality of your code will suffer.
Don’t be afraid to add more classes.
You won’t run out of paper.
Teamwork is necessary at multiple levels.
Collaboration is a virtue, practice it often.