Hacker News new | past | comments | ask | show | jobs | submit login

Hey look at these other companies writing their own software too. It's crazy:

A taxi company: https://github.com/uber A hotel company: https://github.com/airbnb A clothing company: https://github.com/gilt




We're talking about JSON parsing here: a solved problem. Do those companies write their own JSON parsers? I don't think so.


I'm sure they had no idea it was a solved problem in Swift and are very embarrassed...

The level of arrogance to think we know better than the developers working at a company on what they should / shouldn't write is astounding.

Nike doesn't need to justify anything to any of us, though as someone who writes apps using Swift, it looks distinctly different from other JSON parsers. I'll explore using it in a future project.

Thanks for contributing to open source, Nike!


> The level of arrogance to think we know better

Somewhat prevalent here on HN, I've noticed. Middlebrow dismissals and condescending comments that fail to consider context seem to be even more regular than normal lately, though that's probably just my mind playing tricks on me.


A "solved" problem? I think that is a ridiculous thing to say. Just because people know how to parse json does not mean there aren't solutions that are more performant or useable. Shit maybe they just wanted to parse and collect frequency counts of keys or something all in the same pass? There are reasons to do so.


We're talking about JSON parsing here: a solved problem.

Solved for your use case(s), you mean. You're saying that you cannot imagine a reasonable circumstance under which off-the-shelf solutions wouldn't fit your needs? (Hint: if you write code for a living, this very scenario is why you have a job.)


Welcome to Developers 2.0, where writing a program means duct-taping together 500+ 'micro libraries' (each of which has a dependency tree like fucking crab grass) with maybe a dozen lines of bootstrap code.


<3


I bet they were on the fence about it and decided let's just do it.


Even worse - They write their own url encoders:

https://github.com/uber/multidimensional_urlencode


Yes it amuses / frustrates me that people site working with JSON as a reason for using node.js. Every mainstream language can parse and create JSON trivially.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: