The code tells the true story.
Author Archives: fooyay
Follow your passions.
You’ll always put a lot more effort into tasks you love doing.
Try pairing.
This is an excellent programming technique with many benefits.
Accept criticism.
It’s not always easy to get feedback.
Control your library versions.
Unexpected side effects occur when multiple versions are in use.
Developers and testers, unite.
These two parties should collaborate heavily in the development process.
Use polymorphism.
This is a technique that can replace your if/else and case statements.
Keep it DRY.
As in, don’t repeat yourself.
Pay it forward.
Someone else has to maintain your code in the future. Do them a favor.
Don’t assume user behavior.
Users will always surprise you in how they employ your application.