this post was submitted on 10 Feb 2024
605 points (100.0% liked)

196

16239 readers
1782 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LazaroFilm@lemmy.world 33 points 7 months ago (1 children)

No line breaks. Just one long line of code.

[–] kryptonianCodeMonkey@lemmy.world 32 points 7 months ago* (last edited 7 months ago) (3 children)

All line breaks. Just one tower of code.

class
HelloWorld
{
public
static
void
main(String[]
args)
{
System.out.println("Hello,
World!");
}
}
[–] eupraxia@lemmy.blahaj.zone 14 points 7 months ago* (last edited 7 months ago)

as always, c++ lets us do better in breathtakingly elegant fashion:

#\
i\
n\
c\
l\
u\
d\
e\
 \ 
<\
i\
o\
s\
t\
r\
e\
a\
m\
>

finishing out hello world is left as an exercise to the reader, but the advantages and superior performance of this format should be obvious

[–] Oszilloraptor@feddit.de 7 points 7 months ago* (last edited 7 months ago)

why not

...

System
.out
.println(
"Hello,

...

?

[–] qaz@lemmy.world 3 points 7 months ago

I’ve seen some people who code like this