Writing Short Code Isn't The Point
I don't know about you, but I have spent a lot of time trying to write code in the shortest, most elegant way possible. I have put a lot of thought and time and effort into it over the years. And I see it a lot in other people's code as well. I have ...
dilloncodes.com8 min read
Roshaan
I am a self taught web developer tryna survive high school
I completely agree with you here. Ever since I started working on various projects I realised how the aesthetic and short hands do not necessarily improve code readability and more often than not they do the opposite, if I talked about myself the ternary operator in JS always seems confusing but people use it a lot and I am not sure if there is any benefit of using that rather than an if-else block but what I do know is that it just generally makes the code harder to decipher and these little things do matter alot. Thank you for shedding light on this! Looking forward to your writings.