I saw some PRs that fix name anonymous functions. Should switch to below way? `/lib/stream.js` ``` js class Stream extends EE { constructor () { super() } pipe () { // ... } } ```