项目作者: savantcare
项目描述 :
Patient and doctor without software in between Demo ->
高级语言: Vue
项目地址: git://github.com/savantcare/patientfile.git

Docuemntation: https://savantcare.github.io/
Code documentation is in: /styleguidist/
Goal: When looking at a region of code I do not need to have expereince with other code
When I look at variable, array, function, object, component the name should tell me what it is
- How are the different function types distinguished ?
apiGetAge -> This is api function
cfGetAge -> This is computed function
wfGetAge -> This is a watch function
mfGetAge -> This is method function
fnGetAge -> This is a non categorized function - How are different variable types distinguished?
vsAge -> This is variable of type string
vnAge -> This is variable of type int
vbAge -> This is variable of type bool
Short names
- appt -> Appointment
- ar -> Array
- fn -> Function
- ct -> Component
- ob -> Object
- v -> Variable