Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Fortunately, it’s possible for these monkeys to work in teams. In fact, it’s really quite simple, because they actually work better if they are just let to themselves and given only the most gentle direction. If you try and dictate what they do they’ll only resent you. All that is needed is the right sort of guide to encourage them to communicate in the most effective way, and make it more rewarding for them to work together than to work on their own.Я считаю, что благодаря TJ, Node.js, npm это действительно стало так. Эти вещи взорвали Open Source и подстегнули его развитие, на мой взгляд не меньше, чем Линус. И это самая замечательная вещь, которая получилась у Node.JS. Объединять людей со всего земного шара для того, чтобы делать крутые штуки.
This is essentially what git, github and npm accomplish.
def add(self, other):
return self.val * other.val
o1.add(o2)
def __add__(self, other):
return self.val * other.val
o1 + o2
![[гистограмма]](https://habrastorage.org/getpro/habr/post_images/868/ece/ee6/868eceee623da3c1bacd792decf19e67.png)
{
"express": "4.4.5",
"express-session": "1.6.1",
"serve-static": "1.3.0",
"compression": "1.0.8",
"body-parser": "1.4.3",
"morgan": "1.1.1",
"static-favicon": "1.0.2",
"cookie-parser" : "1.3.2",
"errorhandler": "1.1.1"
}
TJ Holowaychuk: Прощай Node.js