homebusinessblogart

Developer's Toolkit

About

Toolkit aims to give a different approach to for solving dev problems.

Tests

Unit tests to test function input vs output.
Integration tests to test data flows of use case.
E2E tests

Testing can also help in code refactoring:
- 1. Use tests to capture the expected behaviour of the given code
- 2. Refactor code while checking against the actual and expected output

Timezone difference

When having timezone differences, ensure that you're all set to work for the next day. Get your approaches approved and ask for reviews before signing off. Do your PRs (Pull Requests) the next day- usually, before people log in.

Debugging

Understand various ways you could debug through your code:
Last Updated: 24 May, 16 Feb, 12 Jan 2021