this post was submitted on 10 Feb 2024
593 points (96.8% liked)

196

16227 readers
2927 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
[–] kryptonianCodeMonkey 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!");
}
}
[–] [email protected] 15 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

[–] [email protected] 7 points 7 months ago* (last edited 7 months ago)

why not

...

System
.out
.println(
"Hello,

...

?

[–] qaz 3 points 7 months ago

I’ve seen some people who code like this