kenan-rhoton / card-game

An iteratively designed card game by the members of TrollPlayingGame Discord.
MIT License
0 stars 1 forks source link

Cleaner code #141

Closed Masclins closed 6 years ago

Masclins commented 6 years ago

Description

Trying to have a better code I checked some code-reviewing tools for clojure. This PR is the result of applying their advices.

Also I added two of them that seemed the most useful.

Issues Resolved

This might solve #130 and #131, though we might want to include some other tools, auto-call them on Travis and/or keep track fo their reports through some other tool.

Details

Now Yagni and Cloverage are added to project.clj so they can be called.

I also changed the Issue Template for bug reports. Just the title for description of the bug.

Hotspots

backend/src/api/create_player.clj is really not used? I think it isn't...