Improve code quality #19

Closed
opened 2023-10-02 16:37:45 +01:00 by tgpholly · 1 comment
tgpholly commented 2023-10-02 16:37:45 +01:00 (Migrated from github.com)

The code quality is, overall, significantly better than it used to be on the legacy-javascript branch.
There is however a lot of code quality issues, code that is basically unreadable in some places, missing types, use of the any "type", etc.

A good place to look where to start with this would be the codefactor issues.

The code quality is, overall, significantly better than it used to be on the [legacy-javascript](https://github.com/tgpholly/Binato/tree/legacy-javascript) branch. There is however a lot of code quality issues, code that is basically unreadable in some places, missing types, use of the any "type", etc. A good place to look where to *start* with this [would be the codefactor issues](https://www.codefactor.io/repository/github/tgpholly/binato).
tgpholly commented 2023-10-06 09:56:33 +01:00 (Migrated from github.com)

I'm happy with this now, any is not used anywhere explicit now. Still not perfect, repos need to be made for all database access. I don't want any random queries hanging around.

I'm happy with this now, any is not used anywhere explicit now. Still not perfect, repos need to be made for all database access. I don't want any random queries hanging around.
Sign in to join this conversation.
No description provided.