- Think before writing any code. Have a sketch in mediums other than code
- If you're not test-driven, think of the test scenario before coding. Take care about the error handling.
- [JS] consider about the type passed in
- Prioritize the test scenario, make the code pass the tests by order.
No comments:
Post a Comment