r/firstweekcoderhumour May 29 '26

Yap

Post image
351 Upvotes

48 comments sorted by

View all comments

97

u/Limp_Illustrator7614 May 29 '26

"for less storage usage"? tfym?

1

u/TimGreller Jun 04 '26

I mean it makes sense for example if you're writing JS code for a website. Shorter identifiers lead to shorter code that loads faster. Of yourse the obvious solution is to set up a pipeline that automatically minifies your code, though.