> The standard solution to any hard problem [which is] is to find someone who solved it already and steal their answer. Reminds me a little of the Feynman algorithm. 1) Write your question into google. 2) Open the first three results. 3) Copy what you find. Does it already have a name?
"Stacksort" is probably the right thing to bring up here. A sorting algorithm that searches SO and copies code from there until the list is sorted. Origin: https://xkcd.com/1185/ Implementation: http://gkoberger.github.io/stacksort/
Re: Version control, collaborative editing and undo
#31Very nice! I already forgot that one!