Changes between Version 8 and Version 9 of HowtoBugBuster
- Timestamp:
- Aug 17, 2013, 3:07:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoBugBuster
v8 v9 44 44 * Multiple instances: sometimes an application is not ready to be run multiple times, this needs to be correctly managed by the programmer in order to not conflict with different instances of the same application, if the application is made to only be able to run one instance, then it needs to avoid another run with a message like ''application is already running'' 45 45 46 47 === Betatest yourself === 48 It is very common that we report not correct bugs, this happens when the cause of the problem is not what you think but just a side effect of another thing, a similar problem occurs when you report that the cause is A but in fact is in another place. Just make sure the real cause of the problem before to report it. 49 50 51 46 52 === Other different types of bugs === 47 53 ==== Pebkac ==== … … 74 80 [[Image(http://uxdesign.com/assets/ux-defined/user-experience-design-diagram.jpg)]] 75 81 76 === Betatest yourself ===77 It is very common that we report not correct bugs, this happens when the cause of the problem is not what you think but just a side effect of another thing, a similar problem occurs when you report that the cause is A but in fact is in another place. Just make sure the real cause of the problem before to report it.78 79 82 80 83 === Remember ===