December 19, 2022
Estimated Post Reading Time ~

Experience as a software engineer is especially

Experience as a software engineer is especially:
1. Not knowing everything, but knowing where to find it
2. Skill to interpret and filter Google results more accurately
3. A better feeling of what works and what doesn't
4. Enough bad memories of things that didn't work out

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.