Skip to content

Plan of Action

Gagandeep Singh edited this page Feb 1, 2020 · 1 revision

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,

  1. API Design - Discussions should happen on public interface for performing the required action. See, https://github.com/codezonediitj/adaboost/issues/3#issuecomment-581055358

  2. 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.

  3. Implementation - After successfully completing the above steps write the code for the above design.

  4. Testing - Test the code written in above step. Maximise your coverage.

  5. Documentation - Document the code with the help of comments. The style of documentation will be clear soon.

Clone this wiki locally