Friday, May 12

Code Without Fear : Developer Tea

https://spec.fm/podcasts/developer-tea/19437

1. Test coverage, your major test coverage should be for the most important paths that users of your application travel.
The most robust part of your test coverage suite needs to be for the most important paths that users of your application travel.

2. Create code that invites change and minimises side effects.

3. Never introduce vigilante code.
Code that only one person understands.

4. Accept the fact that bugs come with the territory of writing new code.
It needs to tested. It needs to be verified.

No comments:

Post a Comment