2018-10-20 UTC
# [dmitshur] I considered hard-coding some of the critical dynamic data into code (e.g., https://github.com/shurcooL/home/commit/d75345bcf8b252251d3cbd8333f9cdffb87e2fb2) but found that approach doesn't scale. I can hard-code some data, but I later found there's more that also needs to be hard-coded... it also separates some data between 2 places (code, database). It doesn't feel right.