←back to thread

272 points abdisalan | 1 comments | | HN request time: 0.212s | source
Show context
Etheryte ◴[] No.42182143[source]
Can't help but feel that this is a massive nothing-burger. You wouldn't generally expect your Java project to run if you use an incompatible version of the JVM, nor would you generally expect your C++ project to build if you swap one compiler for a different one. Etc, always specify what your project relies on, whether it's in the readme or in the dependency tree.
replies(2): >>42189184 #>>42189321 #
1. shepherdjerred ◴[] No.42189184[source]
People love to hate on frontend/Node