Giter VIP home page Giter VIP logo

comvlong's Introduction

comvlong's People

Contributors

beanumber avatar m-sezgin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

m-sezgin

comvlong's Issues

General code and repo review

File Management

Are all code and data files organized into appropriate folders?

  • Always
  • Sometimes
  • Never

Comments:

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

  • Always
  • Sometimes
  • Never

Comments:

Commenting

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

  • Always
  • Sometimes
  • Never

Comments:

Are all data frames and functions commented with sufficient detail?

  • Always
  • Sometimes
  • Never

Comments:

Efficiency

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

  • Always
  • Sometimes
  • Never

Comments:

Are functions implemented to avoid repeating lines of code?

  • Always
  • Sometimes
  • Never

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?)

  • Always
  • Sometimes
  • Never

Comments:

Style

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

  • Always
  • Sometimes
  • Never

Comments:

Do all variable and function names accurately describe their content?

  • Always
  • Sometimes
  • Never

Comments:

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

  • Always
  • Sometimes
  • Never

Comments:

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

  • Always
  • Sometimes
  • Never

Comments:

strip out conflicting information

bad_locations <- boston_pd_1120 |>
  group_by(citation_number) |>
  summarize(
    num_offenses = n(),
    locations = n_distinct(location_name)
  ) |>
  filter(locations > 1)

Things to check:

  • missing or inconsistent locations
  • missing or inconsistent races
  • missing or inconsistent officer_id
  • missing citation number
  • missing or inconsistent dates

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.