Skip to content

Xaki786/todo

Repository files navigation

Todo app for learning domain driven design

Standards Followed:

  • 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

About

Todo app for learning domain driven design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages