jaw0·il y a 7 mois·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·il y a 4 ans·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·il y a 4 ans·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).