It will simply lead to people gaming the system.
Monthly Archives: January 2021
Mind the 7 P’s.
“Proper planning and preparation prevents piss poor performance.” – British military adage.
Use constants.
Avoid numbers and string literals.
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.