Ask a question Rubber Duck
Rubber ducking is a powerful method for solving even the most complex problems
Ask a question Rubber Duck란 무엇입니까?
Ask a question Rubber Duck은(는) Agency Enterprise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rubber ducking is a powerful method for solving even the most complex problems"입니다.
확장 프로그램 스크린샷
Ask a question Rubber Duck 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is just a fun little thing to remind you to Rubber Duck, that you can talk to the duck, and that seeing the little icon in Chrome will prime you to be likely to take a step back and rubber duck and that might save you a lot of time and increase your productivity. Rubber ducking increases agency and we at AE Studio like building products that increase agency with technology. https://ae.studio/ --- In software engineering, rubber duck debugging or rubber ducking is a method of debugging code. The name is a reference to a story in the book The Pragmatic Programmer in which a programmer would carry around a rubber duck and debug their code by forcing themselves to explain it, line-by-line, to the duck. Many other terms exist for this technique, often involving different inanimate objects. Many programmers have had the experience of explaining a problem to someone else, possibly even to someone who knows nothing about programming, and then hitting upon the solution in the process of explaining the problem. In describing what the code is supposed to do and observing what it actually does, any incongruity between these two becomes apparent. More generally, teaching a subject forces its evaluation from different perspectives and can provide a deeper understanding. By using an inanimate object, the programmer can try to accomplish this without having to interrupt anyone else. From https://en.wikipedia.org/wiki/Rubber_duck_debugging Inspired by https://meta.stackexchange.com/q/308564/147423
확장 프로그램 기본 정보
이름 | |
ID | ombhodkijbleplpnaafpbiimdegcdfph |
공식 URL | https://chrome.google.com/webstore/detail/ask-a-question-rubber-duc/ombhodkijbleplpnaafpbiimdegcdfph |
설명 | Rubber ducking is a powerful method for solving even the most complex problems |
파일 크기 | 705 KB |
설치 횟수 | 98 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-10-26 |
출시 날짜 | 2018-10-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Agency Enterprise |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ae.studio |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ask a question Rubber Duck", "version": "1.0", "description": "Rubber ducking is a powerful method for solving even the most complex problems", "browser_action": { "default_popup": "popup.html", "default_icon": "images\/quack128.png" }, "icons": { "16": "images\/quack16.png", "32": "images\/quack32.png", "48": "images\/quack48.png", "128": "images\/quack128.png" }, "manifest_version": 2 } |