Skip to content

siddharthdeshmukh/Bookeeper

 
 

Repository files navigation

Bookeeper

There’re 4 things you need to read and understand before start:

Work flow and definition of done:

(Remember to add more acceptance test case if you find any new one, https://medium.com/@Grype/test-your-website-like-a-pro-checklist-to-perform-user-acceptance-testing-uat-7d7c6d6ca53e)

Utilities:

  • Themer and Theme: to avoid duplicate code styling the same controls, remember to create themer before styling the control. Ex: textFieldThemer.applyTheme(view: password, theme: TextFieldTheme())
  • ViewControllerExtension: place for all the common functions of viewcontroller

(Remember to add notes if you create any new utility used by others)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 96.6%
  • Ruby 3.4%