Confirmed users
210
edits
Espressive (talk | contribs) |
Espressive (talk | contribs) |
||
| Line 11: | Line 11: | ||
=== When using either of the services what is your main end goal? === | === When using either of the services what is your main end goal? === | ||
* Most of the time, find what's available on an interface (yes, that means *.idl, not *.h/*.cpp/*.mm/whatever, since I deal a lot with scripting languages). Typically I know what interface I'm looking for (e.g. "nsIWindowMediator") and just need to look up the method names and such. | * Most of the time, find what's available on an interface (yes, that means *.idl, not *.h/*.cpp/*.mm/whatever, since I deal a lot with scripting languages). Typically I know what interface I'm looking for (e.g. "nsIWindowMediator") and just need to look up the method names and such. | ||
* Exploring code that I don't know well; finding all uses of code that I am modifying. | * Exploring code that I don't know well; finding all uses of code that I am modifying. | ||