Outbound Link Summary:
4 years ago
A day in the life of a professional software engineer.
The QA team rejected the sort implementation I did last week. I’d written a basic Bubble Sort, and QA wanted to beat O(n2) for the average case. No problem, I switched to a Merge Sort and was done by lunchtime.