vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
371 stars 109 forks source link

Changed code to be more bug resistant and future proof #284

Open dalugoga opened 7 years ago

dalugoga commented 7 years ago

We made some changes to the code to make it more bug resistant and simplified some functions to ease the code maintenance. We used tools like codacy.com and bettercodehub.com to help identify code parts that could be enhanced. This was part of an assignment from a class in college where we had to study and enhance an existing Github project.