-
Notifications
You must be signed in to change notification settings - Fork 19
Description
reported by @sillitoe
Whenever I dip into JS code, the best practices seem to have changed - specifically I've seen a bunch of different ways of implementing OO code over the years and I would've been happy to be given a template showing the current recommended way of structuring packages / classes / constructors (I pieced it together by rummaging around other modules). Maybe a "simple" template and a "package" template?
I'm not a native javascript coder but I know my way around projects - as a lazy and impatient developer, I'm used to skimming docs, jumping straight in and figuring out problems as I go via Google / SO. I ended up skipping lots of details in the tutorials (that were actually important) because they seemed to be aimed at new developers.
Perhaps we could have a "Getting started for the (lazy and impatient) Developer" - more compact, less text, just a brief walkthough via CLI