Skip to content
@ApexUnifier

ApexUnifier

Development Guidelines

Branch Structure

So we would be following Three branch structure main , develop and release

main

This branch is meant for backup so never push here

  • note this branch will have code one version lower

develop

We would working on this branch !

  • Fork the branch then fork your forked branch to your local system
  • make local branches at your system for the issues your working on once the issue is solved merge it with develop branch at your local
  • push it to your forked repo at github and then send pull request
  • note never push the local made branches for issue at your local system
  • note uncheck fork main only box to fork all the branches while forking in your github from main organisation repo for example if i am asked to add forget password feature i will make seperate branch for feature at my local once the work is done i will merge it with develop in my local then push it to forked repo at github and will send Pull Request to develop branch in main project

release

This branch will have production code

merge conflicts

  • all the issue related to merge conflicts will be managed by me so focus on the issue assigned to the particular developer
    happy coding :)

Testing Guidelines

  • Use Red Green Refactor method To write test
  • write test for module you are going to develop make seperate folders for tests
  • make seperate folder for module in the test folder
  • for example if you are writing test for module name document.js then make folder of name document and write tests there.

Popular repositories Loading

  1. .github .github Public

  2. Demo_Repo Demo_Repo Public

  3. Frontend-Inotek Frontend-Inotek Public

    JavaScript

  4. Backend-Inotek Backend-Inotek Public

    JavaScript

  5. CampusCircle_Backend CampusCircle_Backend Public

    a Student Social media

    JavaScript

  6. CampusCircle_frontend CampusCircle_frontend Public

    A Student Social Media

Repositories

Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…