Live data from Hacker News

Viewing profile — MasonOfWords

MasonOfWords

HN member
Joined
Sun, Dec 14, 2014, 2:31 PM UTC
HN karma
2
Public activity
5 items

About MasonOfWords

No profile information was provided.

Recent public activity

  1. comment
    Comment #12774967

    Service interfaces should be well-typed. Almost by definition, the cost to update a service interface will be a fraction of the time associated with updating its consumers and test…

  2. comment
    Comment #12427525

    The FUD here is a bit ridiculous. Writing movie scripts in YAML using unquoted strings? That's pretty contrived. Using literal style is easy when it is potentially needed (e.g. pro…

  3. comment
    Comment #9478049

    In OData, these problems are solved by: * Client communicate their desired projection and page size (via $select and $top query string parameters), which can then easily be mapped …

  4. comment
    Comment #9477994

    I don't know, there are some tradeoffs there. Their sample appears to be "nearly JSON", which doesn't seem too helpful. Being close to but noncompliant with a standard doesn't brin…

  5. comment
    Comment #8944951

    I think that part of the problem with REST implied by the article is that it is purely request/response, rather than supporting full bidirectional communication. To me the term "te…