You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: