|
|
|
|
|
by sdnguyen90
3743 days ago
|
|
Curious questions for those who complain about Javascript fatigue: What reasons are you're dropping your old libraries/frameworks in favor of the new ones? If an unstable API is a big problem for your use case, why not just stick with the old library or just not update the dependencies? |
|
Also, when you check the project out and it was relying on global npm packages to build and the system you're working on has been updated in the last few months and now all of a sudden your grunt file doesn't run or your CSS minimizer complains about your Ruby version. God forbid you build multiple JS projects in one CI server!