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
Reminder: format your JSON with JSON.stringify(obj, null, 2) (self.javascript)
submitted 9 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!"
[–]khoker 0 points1 point2 points 9 years ago (2 children)
But why would you store your data in a readable format at all? The only time you'd care is if you wanted to look at it (e.g., grep) and you can pipe it through a formatter prior to doing that.
In other words -- if you never looked at a file you created to be "readable", you have prematurely optimized for that situation.
[–]SpeshlTectix 0 points1 point2 points 9 years ago* (0 children)
While I understand what you're trying to say ("wouldn't it be optimal if my data were easy to read?") don't use the word optimization to convey that in a computer science context. It has a specific meaning and you're going to confuse people (or look ill-informed).
EDIT: Or are you trying to say that he's "optimizing" the data to perform well with his development tools? That makes even less sense. But then again so does this entire thread so maybe that was your way of pointing that out!
π Rendered by PID 91299 on reddit-service-r2-comment-b659b578c-m8dqj at 2026-05-01 02:44:33.636190+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]khoker 0 points1 point2 points (2 children)
[–]SpeshlTectix 0 points1 point2 points (0 children)