|
|
|
|
|
by PaulHoule
664 days ago
|
|
It competes with web search engines looking up answers for how do do little things like "How do I get the length of a string in PHP?" It gives digested answers which are simpler to process in most cases but it is slower than a web search engine so it saves more effort than time. For CSS it is pretty good because with CSS you have the choice of looking up authoritative answers in the 50 or so standards docs (+time +effort) as opposed to taking your chances with community answers on the web, Copilot comes close to "read the manual" in accuracy but with (-time -effort) |
|