(no title)
strajk | 9 years ago
Imagine this diff in the middle of a file (in Javascript)
if (includes(users, userId)) {
open(load(userId))
}
vs if (_.includes(users, userId)) {
Modal.open(UserApi.load(userId))
}strajk | 9 years ago
Imagine this diff in the middle of a file (in Javascript)
if (includes(users, userId)) {
open(load(userId))
}
vs if (_.includes(users, userId)) {
Modal.open(UserApi.load(userId))
}
No comments yet.