What is your longest-held programming assumption that turned out to be incorrect?
- by Demi
I am doing some research into common errors and poor assumptions made by junior (and perhaps senior) software engineers.
What was your longest-held poor assumption that was eventually corrected?
For example: I at one point failed to understand that the size of an integer was not a standard (depends on the language and target). A bit…