zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Feature Request] MVC class naming convention #45

Open tai271828 opened 3 years ago

tai271828 commented 3 years ago

Is your feature request related to a problem?

Currently it has the prefix style with C and a lower case timer, e.g. Ctimer. However in the --overall figure it shows CTimer in the title. The naming convention is not consistent.

Describe the solution you'd like

Use capital Time instead, e.g. CTimer, for all classes.

Additional context

The camel case naming style also implies capitals means individual words, so Ctimer means Concentrationtimer/Ctimer, and CTimer means Concentration Timer.

zztin commented 3 years ago

Good point. Let's make Ctimer as a customized word. For camel cases: CtimerXxxxXxxx For documentation: Ctimer For repository name and folder name where the convention is all lower case: ctimer Will you take care of unifying the styling? @tai271828

tai271828 commented 3 years ago

Sounds good. Will do!