bcgov / ds-intro-to-python

Lessons for an Introduction to Data Science using Python Workshop
https://bcgov.github.io/ds-intro-to-python/
Creative Commons Attribution 4.0 International
3 stars 1 forks source link

Add good practice on naming things #15

Closed ateucher closed 1 year ago

ateucher commented 2 years ago

we have here a section with the hard rules on naming things, but we should also add a bit on best practices - e.g., informative names, nouns for objects/variables, verbs for functions, etc.

lindsay-fredrick commented 2 years ago

I believe that @swayneh is going to be including that in one of his sections.