12

I am picking up Groovy. The language is fine. But I have a non-technical problem. One of the classes is called GString. In some context, it can be misleading. And mentioning it is not very appropriate in the office, especially when some non-technical female colleagues are around.

I guess this is not enough to justify renaming the class in the language. So how should I avoid saying "GString" when I want to say GString?

Sam
  • 179
  • 4

5 Answers5

16

Personally, I think you should just say "GString" and use the confusion and subsequent explanation to begin conversations with the non-technical female colleagues.

Matt Gibson
  • 37,886
  • 9
  • 99
  • 128
5

Other languages call these kind of strings with placeholders "interpolated strings", so you can use that, or potentially just call them "Groovy String".

glaforge
  • 524
  • 2
  • 7
3

what does the G stand for? If it's Groovy, then call it GroovyString, or even GrooveString ... or guhString ... as in the lower-case sound of 'G'

jsnfwlr
  • 3,638
  • 2
  • 23
  • 25
2

I would pronounce it "GiString".

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
1

Say Gstring a lot. You female colleages may start to notice you.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50