Don’t use a datetime data type if the job calls for a date data type.
Author Archives: fooyay
Comments cannot enforce types or usage.
Use code for this.
Don’t make local versions.
Avoid making local versions of third party or open source tools and libraries.
Don’t repeat code logic in the comments.
Logic should appear in only one place.
Code with fewer comments will have fewer bad comments.
Yes, and less is more.
Humility is a virtue.
It’s one of the key values to look for in a great team.
Be aware of the XY problem.
Always ask why.
Do not use doubles or floats for dollar amounts.
Fractions of a penny are not a real thing and lead to difficult bugs.
Learn and improve after failure.
If you never fail, are you really trying?
Learn how to prioritize.
If everything is a crisis, there is no crisis.