Avoid numbers and string literals.
Author Archives: fooyay
Don’t put queries in loops.
Poorly designed database queries are the leading cause of performance problems.
Know your platform.
Don’t reinvent its features.
Create simpler triggers.
Keep your logic outside of the trigger.
Write better acceptance criteria.
This skill goes a long way towards solving problems before they begin.
Refactor the spaghetti code.
Learn techniques to replace messy software.
Communicating is hard.
What is said is often not what is meant.
Always keep learning.
Take ownership of your own development.
Follow the campsite rule.
Leave it better than when you found it.
Don’t get clever.
Keep it simple, stupid.