mkcoder / lifebook

web application to monitor and record the events of your life through: notes, calendar events, reminders, goal keeper, and other interesting features
6 stars 0 forks source link
calendar goal-tracking lifebook notes-app productivity reminder reminders

build status

Azure Build Status

lifebook

web application to monitor and record the events of your life through: notes, calendar events, reminders, goal keeper, and other interesting features


naming conventions followed throughout

namespaces

lifebook.{solutionname}.{projectname}.{fodler}

example:
lifebook
|_ core --- * no namespace at this level ever [0] *
  |_ logging * lifebook.core.logging [1] *
    |_ interface
    |_ services * lifebook.core.logging.services [2]*
    |_ ioc
      |_ activators * lifebook.core.ioc.activators [3] * 
[0] we enforce/discourage the use of root level namespaces and restricted to very limited use
[1] this is reserved for project wide classes 
[2|3] we prefix the namespace with folder 
lifebook.core.logging.interface

project creation and development

how to start a new project

lifebook core framework support and packages