timhaley94 / holdem

Real time poker in JavaScript
https://holdemhounds.com
GNU General Public License v3.0
7 stars 7 forks source link

Improve code climate maintainability score to an A #153

Open timhaley94 opened 3 years ago

timhaley94 commented 3 years ago

Background

CodeClimate is our system for analyzing our code's maintainability. It looks at things like duplication, "code smells", function complexity. It keeps track of all of the issues and gives an overall "grade".

Current Behavior

We currently have a B, which is not bad!

Proposed Behavior

It would be nice to get an A. All we need to do is whittle down issues in code climate. Is this frivolous? A little bit! It's just a badge on the README, however, code climate is really good at identifying bad code, and so working through their backlog is a productive exercise.