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.