December 19, 2022
Estimated Post Reading Time ~

If you encounter a bug

 If you encounter a bug:

- try to reproduce it reliably
- write a unit test (which initially fails) that asserts the correct behavior
- fix the bug while not breaking any previously existing tests
- push and run end-to-end tests
- deploy to production when e2e-tests succeed


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.