-
Notifications
You must be signed in to change notification settings - Fork 16
Plan of Action
Team members will be allocated various parts of the project they want to work on. For each part the assigned team member can create a new issue and discussions can happen on the design.
The following steps are to be followed for including anything in the master branch of the project,
-
API Design - Discussions should happen on public interface for performing the required action. See, https://github.com/codezonediitj/adaboost/issues/3#issuecomment-581055358
-
Class Design - If the need arises for creating classes for implementing the previously discussed APIs then the design of those classes(methods, data members, inheritance pattern) should be done in this step. Can be done through a PR.
-
Implementation - After successfully completing the above steps write the code for the above design.
-
Testing - Test the code written in above step. Maximise your coverage.
-
Documentation - Document the code with the help of comments. The style of documentation will be clear soon.