UD-CISC275-F21 / ud-cis-scheduler-team-5

ud-cis-scheduler-team-5 created by GitHub Classroom
0 stars 0 forks source link

Follow conventions in naming things #49

Closed acbart closed 2 years ago

acbart commented 2 years ago

https://github.com/UD-CISC275-F21/ud-cis-scheduler-team-5/blob/c496df557d37f8afa4ad7efec889cfc584dcc7de/src/interfaces/sem.tsx#L2-L7

Use CapitalCamelCase for interfaces. Avoid unnecessary abbreviations and obscure terms. Why sem instead of Semester?

caadams4 commented 2 years ago

renamed sem to semester