aweary / microbe.js

A small, easy to use Node.js framework written in ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use util.inherits for app inheritance

aweary opened this issue · comments

Currently the main app instance is just using __proto__ to prototypically inherit. This is an anti-pattern, and util.inherits should be used instead.

Used Object.create 47efd76