Mathematics icon indicating copy to clipboard operation
Mathematics copied to clipboard

Project Code Analysis

Open geogiadim opened this issue 4 years ago • 2 comments

Hello everyone,

I tried to make a code analysis for this project. For my analysis I used the enviroment of InteliJ using the CodeMr plug in. I attatched you my results in the pdf file.

codeAnalysis.pdf

geogiadim avatar Jun 28 '20 14:06 geogiadim

lack of cohension and coupling test is meaningless in this project. Say,function a just add two int,do we do:return SOMEDTYPE.value+SOMEDTYPE.value The most meaningful test is probably problematic class or some crucial performance or logic error test. these style test normally does inherit some other developers experience bias and false concept. So.. Contributors,kudos on keeping no prolematic classes zero.

LJWxyz avatar Aug 09 '20 10:08 LJWxyz

@geogiadim, I’d recommend just sticking to the math aspect as I attempted to refactor the project about a year ago. The end result was rejected because there were “too many changes.” I don’t want to steal @Kyle-Pu’s project, so I didn’t fork this and recruit developers.

jwheeler31 avatar Aug 09 '20 18:08 jwheeler31