-
Too much code duplicacy. Redundant code can be removed from both index.htm and Game.js
### Example-
**Code snippets like-**
```
DetectCollision("whiteDot1");
DetectCollision("whiteDot2");
Det…
-
The code quality is really bad. There's a lot of things that could do with being improved and redone. Refactor when?
t5r7 updated
11 months ago
-
Use refs for managing focus in frontend
edit: Benefit is questionable
-
According to [this Codacy report](https://app.codacy.com/manual/KaratekHD/Kenaten/dashboard?bid=16952550) we should improve a few things. @ttzug , maybe this one is for you while I am working at the …
-
Set up something that allows students to see how good quality their code is when they turn in homework assignments. something like Codacy or SonarQube
-
$ golint ./tests/... ./api/... ./cmd/... . 2>&1|wc -l
124
$ find cmd/ api/ tests/ -name '*.go' -print0 | xargs -0 cat | wc -l
3422
I want those numbers down.
-
This is a forum to discuss about architecture, code quality and another things related a source code quality :)
-
https://codeclimate.com/github/reminator329/RemiBot
-
* pylint
* autopep8
* mypy
-
Pre-commit is running a few standard checks, further improvement could be gained from:
- pylint
- [x] code
- [x] tests
- remaining problems are ignorable
- [x] (not sure if this needs…