TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Parse, Firebase and the comeback of Two-Tier

40 点作者 ksat大约 13 年前

4 条评论

hkarthik大约 13 年前
Having done my time in "two tier" stacks, I would argue the biggest disadvantage they bring is challenges with testing. This could be unit, integration, or just manual acceptance testing.<p>Having to spin up a separate environment or mock EVERYTHING leads to testing friction which in turn leads to testing simply not being done. If you stop testing, it's hard to maintain a consistent level of quality with your software, especially as it grows and you bring on new developers.<p>That being said, I appreciate the turn-key ease of use with services like Parse. If they solve the local development/multi environment issue for testing, I'd be more apt to use something like it and avoid the administrative headache of maintaining a backend infrastructure.
shykes大约 13 年前
"forget server code" comes at a price: tying yourself to a 3d-party proprietary user database for security. That will be an acceptable tradeoff only for some developers... but not the kind with a lot of money to spend. As they start worrying about revenue I predict that the Parse and Firebase of the world will have no choice but to allow execution of arbitrary server-side validation... so much for "forget server code".
Void_大约 13 年前
And Meteor and Simperium.
DanielShir大约 13 年前
`Now, Since old is the new new...`<p>I remember one of the old timers at my former company saying the exact same thing. Something along the lines that Facebook is the new Usenet.