Issue48
10 rules for good API design
Make the API modular so it is easy to separate experimental pieces from stable ones. Also, make it extensible.…
Issue48
“Don’t deploy on Friday” and 3 other “unwritten rules” of software engineering
Even if you have continuous deployment, Fridays are the worst day to push to master. Wait for complete specs before you begin a build.…
Issue48
Just starting out with test automation? Don't make this mistake
Don’t wait for the perfect tool, perfect use case, perfect resources. Just start with small automation.…