Live data from Hacker News

Ask HN: What are some examples of beautiful software?

news.ycombinator.com

261–262 of 262 posts

Re: Ask HN: What are some examples of beautiful software?

#261
post #55

"Beautiful Code: Leading Programmers Explain How They Think" is a book that attempts to to tackle this topic. "The authors think aloud as they work through their project's architecture, the tradeoffs made in its construction, and when it was important to break rules." The book has been sitting in my to-read stack forever. You might want to check it out. http://shop.oreilly.com/product/9780596510046.do

Yes. IIRC, they also had a series of posts on the same topic, with columns by some well-known programmers, maybe on programming.oreilly.com or radar.oreilly.com - some years ago.

Re: Ask HN: What are some examples of beautiful software?

#262
post #106

JSON. The way it displays and organizes complex data, better than other standards like CSV or XML. Or the things that use tables. When I first started programming, I had two favorite ways of storing data - INI and arrays. INI for its elegant key/value style. Arrays were just natural because of the way computers think. I spent months trying to mold these two things together; how would you actually store key-value thin…

I'm don't understand how JSON is better than XML, edn, toml, or yaml. They all have pros and cons, but if I had to pick one as being beautiful, it wouldn't be json!

Which would you pick? Certainly not xml?
Post reply on HN