In-reply-to » #randomQuestionsOfTheDay

As a user of programs, it makes me groan to see a program written in anything but C or C++. In just about every other language, it’s too easy to manage dependencies, and two problems arise.

  1. Microdependencies
  2. Feature creep because you can do x in 3 lines of code by adding this giant dependency. (Why does gron need HTTP download support?)

⤋ Read More