Monday, September 12

Redefining Complete : Developer Tea


Completion is a series of things.
There are multiple levels of completion that make up truly complete code.

1. Is your code tested?

2. Your code needs to be verified.
Verification means that not only have you tested your software but you have verified that the solution meets the users' needs.
Typically this involves a bit more human evaluation rather than programatic evaluation.
No tests will cover every possible use case.

3. You need to review that code.

You're gonna be a great developer if you can adopt this standard for your code completion.

No comments:

Post a Comment