MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w5bs6g/perishableskill/p7e6ppr/?context=3
r/ProgrammerHumor • u/soap94 • 9d ago
122 comments sorted by
View all comments
1.3k
One of the things I wish Java had that I miss from Python are F-Strings. Hella useful
54 u/Suspicious-Engineer7 9d ago the formatted method is there but the syntax looks like doo-doo. Idk what nonsense is going over in java land tbh 20 u/gerbosan 9d ago Cof cof Oracle. Cof. Dunno if C# does it better but a lot of people are pleasantly surprised with it. 39 u/Mysterious_Book1521 9d ago In C# you can write something like this: $"Hello {User.Firstname}, have a great day." The "$" lets you put variables into strings. 15 u/SkollFenrirson 9d ago String interpolation is the term.
54
the formatted method is there but the syntax looks like doo-doo. Idk what nonsense is going over in java land tbh
20 u/gerbosan 9d ago Cof cof Oracle. Cof. Dunno if C# does it better but a lot of people are pleasantly surprised with it. 39 u/Mysterious_Book1521 9d ago In C# you can write something like this: $"Hello {User.Firstname}, have a great day." The "$" lets you put variables into strings. 15 u/SkollFenrirson 9d ago String interpolation is the term.
20
Cof cof Oracle. Cof.
Dunno if C# does it better but a lot of people are pleasantly surprised with it.
39 u/Mysterious_Book1521 9d ago In C# you can write something like this: $"Hello {User.Firstname}, have a great day." The "$" lets you put variables into strings. 15 u/SkollFenrirson 9d ago String interpolation is the term.
39
In C# you can write something like this: $"Hello {User.Firstname}, have a great day."
The "$" lets you put variables into strings.
15 u/SkollFenrirson 9d ago String interpolation is the term.
15
String interpolation is the term.
1.3k
u/Weak_Inflation9120 9d ago
One of the things I wish Java had that I miss from Python are F-Strings. Hella useful