jaw0·7개월 전·discussat a previous workplace, every new hire would discover the handwritten bubblesort in our codebase, freak out, and submit a pull request to fix it.and every new hire got taken to the whiteboard to learn about sort algorithm performance: bubblesort is O(n) in the best case.and in our codebase, the data being sorted fit that best case (the data was already sorted or almost sorted).
jaw0·4년 전·discuss> they're injecting a middle-man where one doesn't need to exista food logistics service should exist, as (if done well) it should scale better than local restaurants doing their own delivery.
jaw0·4년 전·discussI used to use delicious, but after it got bought the Nth time, I went and built my own delicious clone.
and every new hire got taken to the whiteboard to learn about sort algorithm performance: bubblesort is O(n) in the best case.
and in our codebase, the data being sorted fit that best case (the data was already sorted or almost sorted).