You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Every Singleton Object Export, variable is named with Pascal casing and is ended with Instance, e.g. UserControllerInstance is created using Singleton design pattern
every boolean variable name starts with 'is' e.g. isValidUser
every thing is exorted through index file in the parent folder
Branching Strategy:
main is the production branch
development is used for feature development
every feature branch is checked out from development
every feature branch is merged in development via pull request