Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nitnip18083ySee you in dependency hell manager man.
Not even members of the npm church would be so dumb -
-
nitnip18083y@swagnette And here is the source code for that package. https://github.com/i-voted-for-trum...
'use strict';
var isOdd = require('is-odd');
module.exports = function isEven(i) {
return !isOdd(i);
};
The description of the repo says this was a learning project rather than a serious library though. -
Alrighty then.
If I catch you using a js keyword like "try" or "catch", or god forbid "function", then what? -
Is this a manager who wrote something in VBA and is now expert on all programming?
-
Lexter11743yReminds me one colleague who asked me once:
A: Why you using jQuery, it is dead.
B: This is WordPress, jQuery is already in there.
A: You can use whatever you want.
B: Deep truth, i want use what is already in there. -
TheEnd7043yUnnecessary libraries lead to complexity. Making simple problems complex, and then using even more complex solutions to solve the inflated complexity is the sign of a successful IT Manager.
-
nitnip18083y@electrineer to be fair, if his github bio is to be trusted, he's gone on to fully commit to open source and participates in a lot of stuff after learning to program in his late thirties.
Despite how memey is-even and is-odd are, it's very respectable.
Related Rants
-
boombodies15Manager: We need to setup the security in the Mexico server Dev: You mean that 3rd party firewall add on? Ma...
-
boombodies26Manager: Why aren’t you working? Dev: I am, I’m just not typing because I’m thinking an issue out. Man...
-
boombodies19Manager: How come the intern does way more tickets than you? Dev: Because you told me to only give him the ea...
Manager: In ALL cases if someone uses vanilla javascript to do something instead of a library then that is a sign they are an ABSOLUTE BEGINNER!!!
Dev: …
rant
garbage collection
management logic