• Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    Great comment on there links two code comment threads I found significant and interesting.

    While it was primarily about ethics, it should also be noted that the code was described as being “impressively wrong”, as well as not actually compiling. I mean, it basically checked if a theme was dark by if it had the word “dark” in the name - which is not a good heuristic - when better ways of doing it exist.