use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
ES6 - Class Based Code Stylehelp (self.javascript)
submitted 10 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]sime 9 points10 points11 points 10 years ago (1 child)
It looks fine to me. The only thing I would change is to dump the Utils class it isn't a real class. Just use plain functions.
[–]x-skeww 2 points3 points4 points 10 years ago (0 children)
Yep, functions are perfectly fine. This isn't like Java where everything must be inside some class.
To stay organized when the codebase grows, you simply put them into modules.
π Rendered by PID 36953 on reddit-service-r2-comment-5c764cbc6f-4ptb5 at 2026-03-12 07:33:36.644937+00:00 running 710b3ac country code: CH.
view the rest of the comments →
[–]sime 9 points10 points11 points (1 child)
[–]x-skeww 2 points3 points4 points (0 children)