> A nice trick for finding if a constant string you're about to add
> already exists in the codebase is to use
> http://codesearch.google.com/.  For example, to find existing strings
> that start with javascript, you could use this query:
> http://www.google.com/codesearch?hl=en&lr=&q=src.chromium.org+\%22javascript+lang:c%2B%2B&sbtn=Search

…and if you're using git, you can do "git gs javascript:" which is
slightly slower, but always up-to-date (I often get stale results
using codesearch).

Nico

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to