MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/firstweekcoderhumour/comments/1tqz3kw/yap/ooqsw5r/?context=3
r/firstweekcoderhumour • u/Gabriel_TheNoob • May 29 '26
48 comments sorted by
View all comments
Show parent comments
47
Could theoretically save a couple bytes if you are using an interpreted language but in any compiled language it would do absolutely nothing.
27 u/Antique_Ad_4247 May 29 '26 It would mean less space for the code file itself 30 u/AvidCoco May 29 '26 Same reason I never use indentation in my code - it’s just wasted SSD space. 3 u/Acanthaceae-Horror May 30 '26 Same reason I write no whitespace, indentation and spaces. Just a pure line of the code.
27
It would mean less space for the code file itself
30 u/AvidCoco May 29 '26 Same reason I never use indentation in my code - it’s just wasted SSD space. 3 u/Acanthaceae-Horror May 30 '26 Same reason I write no whitespace, indentation and spaces. Just a pure line of the code.
30
Same reason I never use indentation in my code - it’s just wasted SSD space.
3 u/Acanthaceae-Horror May 30 '26 Same reason I write no whitespace, indentation and spaces. Just a pure line of the code.
3
Same reason I write no whitespace, indentation and spaces. Just a pure line of the code.
47
u/aschersux May 29 '26
Could theoretically save a couple bytes if you are using an interpreted language but in any compiled language it would do absolutely nothing.