-
Notifications
You must be signed in to change notification settings - Fork 0
Description
As a Developer, I want to be able to work in parallel with my partners on integrated systems without causing bugs.
Task 1: Parameters and Return Types:
Specify what data values our code is going to take as parameters and return before we write it, so that others in our team can work on other sections before we are done without causing bugs.
Task 2: Communicate unexpected issues
If one of us discovers that something we agreed upon is not going to work, they will immediately notify the rest of the team so that the team can adapt before too much work is wasted.
Task 3: Good Mock Design
Before a class is finished being written, we will make a mock of it so that the other team members can begin testing their code that relies on the class.
Task 4: Getting Familiar with Android Studio
In order to avoid bugs based on things like misplaced code, we must all familiarize ourselves by reviewing the labs and practicing on our own.
Task 5: Using Design Patterns
We will implement design patterns from class to make sure our code has good and efficient structure.