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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Engineering Internals of a RAD Framework... as a PHP Developer

14 点作者 crm416大约 12 年前

5 条评论

mac-r大约 12 年前
PHP has a lot of quirks and inconsistencies in it that make many pieces of it confusing. Sometimes you have to look things up because they don't work the way you'd expect them to, and that slows you down. There's nothing that's really earth-shatteringly terrible about it, but people want things to be perfect. The truth is, no language is perfect, but perhaps PHP is less perfect than most others. (JavaScript has a ton of issues with it too, but for some reason people complain less about JS).
评论 #5688277 未加载
pingvinus大约 12 年前
It's a great article indeed, nice to see a framework built around a fresh concept. My only complain is that people like me, who were disconnected from PHP community for quite awhile, would like to hear more about base principles of Nooku, use-cases where it performs best, and so on without rushing to technical details so early.
vsh大约 12 年前
What i like in Nooku is <a href="https://www.assembla.com/code/nooku-server/git/nodes/2.0.0?type=tag" rel="nofollow">https://www.assembla.com/code/nooku-server/git/nodes/2.0.0?t...</a> - really nice support right from scratch. Great article.
s0ber大约 12 年前
Nice principles described. They are also mostly applied to front-end side. It's very sad that even PHP community now has frameworks with good design principles in a core, but JS community do not.
评论 #5688153 未加载
danilenko大约 12 年前
Looks like there are lots of interesting moves happened in PHP world since I had left it! Great writeup.