|
|
|
|
|
by dmortin
2795 days ago
|
|
I use google when coding JS code too, because completing functions of objects for discovery is useful only in the more trivial cases. For anything non trivial using google gives much quicker results than browsing any kind of documentation. In case of Emacs I use the manual as a reference (looking up things which I already know about) and I use google for discovery of new elisp concepts. |
|