Timeline for Handling errors for non-exceptional cases in modern C++
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 15, 2017 at 18:49 | comment | added | Francesco | To be honest I already embrace the view that error handling is part of the control flow and not something to be done because it has to be done, hence my quest for the best modern approach | |
| Aug 15, 2017 at 18:14 | comment | added | Justin | Levenshtein distance has worked well for me in the past (Damerau-Levenshtein distance would probably be even better) | |
| Aug 15, 2017 at 18:07 | comment | added | Cort Ammon | @Deduplicator Nope! Not sure at all! Sounds like the OP should try several different approaches and see which works best =) (Nice spy, by the way.) | |
| Aug 15, 2017 at 18:03 | comment | added | Deduplicator | Are you sure you want hamming-distance instead of a more flexible edit-distance? | |
| Aug 15, 2017 at 17:50 | history | answered | Cort Ammon | CC BY-SA 3.0 |