不変データ構造とは、作成時以降は変更できないデータ構造を指す。不変データ構造は、数学的な関数を組み合わせたプログラミングである「関数型プログラミング」の重要な要素だ。「Haskell」や「PureScript」のような関数型プログラミング言語は、初めに ...
In my first job out of college, I was assigned the task of rewriting the autocomplete feature of a search page. The original code, entombed in a decrepit codebase, was a nauseating monstrosity that ...