Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
algorithmmonkey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
algorithmmonkey
14y ago
I'm not knocking what you are doing. I love the effort, and I think it will improve developer experience for the most part. I'm just raising the questions of "Should we have to do this?" and "Didn't we go down this path before?". The thing
32.
▲
by
algorithmmonkey
14y ago
This is really starting to sound like what java / .net were doing with wsdl code generators via soap. Devs that integrate with multiple apis know there is a problem with the wide range of implementations, from authentication to communicatio
33.
▲
by
algorithmmonkey
14y ago
MVC may not be a solid pattern for a client side framework. It makes sense to contain some semblance of state with in the presentation layer on the client side, rather than working with a stateless MVC pattern. http://www.martinfowler.com/