mhosain
No user record in our sample, but mhosain has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but mhosain has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> Also, I think you may have misunderstood what this feature... No, I am aware of the differences between StringBuilder and string templating. One of the most common usage is concatenation (e.g. toString() methods).…
Yeah, but than what was the point? We could've continue to use existing methods. The goal was getting something clean and friendly. Look at Python for example. Any similar solution would have made it both non-breaking…
> STR is not a prefix but simply the name of the variable referencing the receiver That is THE problem. You can use StringBuilder more easily than this ugly thing. When you write code in IDE (I hope so), writing…
No, absolutely not! This will be the most hated Java feature to me.
Sadly, true. Why is the template processor named `STR`, why not `f"String"`, like Python? On top of the ugly `STR.` prefix, this dreaded `\` character infuriates me more. Kotlin and Groovy have the nicest implementation…