top of page

Development

Quality Code

Follow standards and best practices. Make an effort to adhere to them but question when you have a different approach.

Test Coverage

Anything that can be covered by tests should be. No need to ask.

Code Review

Reviewing other people's code is as important as development efforts. Do it thoroughly and learn in the process!

QA Shift-left

Make sure that you’ve done proper testing on your tickets before passing them on to QA. Back and forth is expensive.

Follow the process

GitHub/Bitbucket/Other and JIRA/Clubhouse/Other processes are important. Adhere to them. Communicate your status through them to avoid confusion.

bottom of page