5
RakNoel
7y

Just went over some of my old horrible code from before i started studying. I litterally went from 104 lines of if/else statements to about 15 lines with loops. Then down to 2 lines with lambdas...

I saved 102 lines of actual code. And the runtime! I had a loop count to 10000 with no body! It helps to study apparently :/

Comments
Add Comment