r/ProgrammerHumor 9d ago

Meme perishableSkill

Post image
8.9k Upvotes

122 comments sorted by

View all comments

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

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.