Tips on googling for sugar
- by Mikey
I have a question up on SO I am a little embarassed I can't just google: http://stackoverflow.com/questions/13734664/groovy-variables-in-method-names-with-double-question-marks
The problem is google seems to chuck any terms that are just punctuation, so queries like these:
.findBy??
.and??
groovy '??'
Are coming out the same as these:
findBy
and
groovy
I have had this problem before when I didn't know the name of the elvis operator, and countless other times (probably happened first time I saw an infix '%' mod too if I had to guess).
Is there a resource for syntax sugar lookups? Some way to force google or a different search engine to not ignore my funky punctuation?