Settings

Theme

Developers Ar Becoming Lazy

themisir.com

4 points by misir 6 years ago · 2 comments

Reader

raxxorrax 6 years ago

> In another case, I saw an NPM package that detects if the number is odd or even. Writing n%2 == 0 is that hard thing?

Repository in question:

'use strict';

var isOdd = require('is-odd');

module.exports = function isEven(i) { return !isOdd(i); };

misirOP 6 years ago

Are

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection