beinghchinmay Posted May 30, 2016 Report Share Posted May 30, 2016 Discovering parse errors or undefined symbols is relatively easy. A more subtle type of programming error is a logical error , errors that are in the structure and logic of the code rather than just the syntax. The best ways to find logical errors is testing combined with code reviews. Quote Link to comment Share on other sites More sharing options...
catgate Posted May 30, 2016 Report Share Posted May 30, 2016 Oh! Quote Link to comment Share on other sites More sharing options...
Belatucadrus Posted May 30, 2016 Report Share Posted May 30, 2016 Testing by somebody else, it's notoriously difficult for programmers to identify logic errors in their own programs. What seemed logical when coding invariably still seems logical to the author during testing, a new pair of eyes can save hours even days. Quote Link to comment Share on other sites More sharing options...
Belatucadrus Posted December 5, 2022 Report Share Posted December 5, 2022 No problem, it's an ancient post but remains as true today as when originally put on the thread. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.