Your build and test scripts deserve first class treatment.
Monthly Archives: October 2020
Look under the hood.
It’s great to learn how things work.
Go to the source.
The code tells the true story.
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.