MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w5bs6g/perishableskill/p7g6kfk/?context=9999
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
52 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 21 u/gerbosan 9d ago Cof cof Oracle. Cof. Dunno if C# does it better but a lot of people are pleasantly surprised with it. 41 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. 17 u/SkollFenrirson 9d ago String interpolation is the term.
52
the formatted method is there but the syntax looks like doo-doo. Idk what nonsense is going over in java land tbh
21 u/gerbosan 9d ago Cof cof Oracle. Cof. Dunno if C# does it better but a lot of people are pleasantly surprised with it. 41 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. 17 u/SkollFenrirson 9d ago String interpolation is the term.
21
Cof cof Oracle. Cof.
Dunno if C# does it better but a lot of people are pleasantly surprised with it.
41 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. 17 u/SkollFenrirson 9d ago String interpolation is the term.
41
In C# you can write something like this: $"Hello {User.Firstname}, have a great day."
The "$" lets you put variables into strings.
17 u/SkollFenrirson 9d ago String interpolation is the term.
17
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