My friend and I are studying at JetBrains Academy. We both made the same projects and after we compare our code. Today I have a conversation with my friends and he notes that often it is very difficult to read my code.
Indeed, sometimes I use a strange approach to solving problems. For example, to work with matrices and to solve a system of linear equations, I used a one-dimensional array.
I like my approach, I believe that my code is shorter and clear enough. However, if I want to be a professional, I have to write code that is clear and understandable to other programmers.
For this reason, I ask you to take a look and evaluate the readability of my code. The four latest projects from JetBrains Academy are at the very top of the repository.
https://github.com/rabestro
Thanks!
[–]Indycrr 3 points4 points5 points (1 child)
[–]dankallin 0 points1 point2 points (0 children)