Dance-Data-Project / smith-capstone-23

MIT License
0 stars 1 forks source link

Zhen - code review #46

Closed Znie98 closed 1 year ago

Znie98 commented 1 year ago

File Management

Are all code and data files organized into appropriate folders?

Comments:

Do all file names in the repository (including .Rmd, .csv, .md) accurately describe the content of the file?

Comments:

Commenting

Are all code chunks or distinctive code sections commented with enough detail such that an external reviewer can interpret their purpose?

Comments:

Are all data frames and functions commented with sufficient detail?

Comments:

Efficiency

Is at least one function from each imported package referenced in the code?

Comments:

Are functions implemented to avoid repeating lines of code?

Comments:

Does each section of the code have a distinctive purpose? (In other words, could you devise a meaningful "table of contents" for your code?)

Comments:

Style

Does the code adhere to the conventions outlined in the team's style guide?

Comments:

Do all variable and function names accurately describe their content?

Comments:

Are new lines used effectively such that code can be read without having to scroll across the screen?

Comments:

Have all unused lines of code been removed from the file?

Comments:

Message random