Tips on googling for sugar

Posted by Mikey on Programmers See other posts from Programmers or by Mikey
Published on 2012-12-06T02:03:21Z Indexed on 2012/12/06 5:19 UTC
Read the original article Hit count: 413

Filed under:
|

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?

© Programmers or respective owner

Related posts about learning

Related posts about syntax