Rubber Duck Debugging
Hey all i just came across the funny yet useful debugging technique which few of us were actually doing with out knowing about it. Its called rubber duck debugging . We all used to ask for help from our colleagues when we are really in a trouble to solve issues we face in our day to day work.While doing that we would explain our code to them so that your friend can help you to identify bugs in your code. Rubber duck debugging is nothing but explaining your code to a physical rubber duck which you can place in your work place :) .and this duck will be your colleague or friend . The goal is while explaining your code to rubber duck you can explore your code by yourself and find missing business logic's or any other bugs with out disturbin...