wrenidm
wrenidm copied to clipboard
Institute Code Quality Metrics?
Diving into the OpenIDM code, there's a lot of it that is poorly formatted or overly complex. This makes it difficult to test and maintain these areas. Predictably, a lot of these areas of the code are also lacking in test coverage since testing such code requires elaborate setup (it's more of an integration test).
It would be great if Wren:IDM was using a tool like Codacy, codebeat, or CodeClimate, so that contributors can get a handle on what areas of clean