Assessment WorkFlow - decadevs/ONRAMP-010-WEEK-THREE GitHub Wiki
This is the recommended Git workflow to enable easy review:
Clone the repository on your local machine.
At this point, you will only be having one branch (main), create a new branch (develop) off master branch. All your work should done on the develop branch.
Commit messages
see https://github.com/decadevs/ONRAMP-WEEK-ONE/wiki/Commit-Message-Convention
Push Requests
When ready for review, push your latest develop branch code to Github. On Github, create a Pull Request as specified here.
https://github.com/decadevs/ONRAMP-WEEK-ONE/wiki/Pull-Request-Naming-and-Description-Convention
Description: see link below
https://github.com/decadevs/ONRAMP-WEEK-ONE/wiki/Pull-Request-Naming-and-Description-Convention
This will make it easy for the reviewer to comment through your code at one glance as opposed to moving in between your commits.
Functionality checks
- Check and double check your functionality. You can schedule time during my office hours to talk about your progress and how you can improve on what you’re currently doing.
- Reach out to your colleagues to help you review your app’s functionality and code. Ensure you’ve gotten at least 2 other people to look at and critique your work.
- Your code should be well commented to enable easy understanding of what you where doing.
- Double check against the requirements. Ensure you are meeting all the requirements for the assessment, UI considerations, etc.