提醒:WSGI, Web Frameworks, and Requests: Explicit or Implicit? 2011年08月03日

来自: PJE on Programming
订阅:outworlder
演示:以MSN订阅提醒为例 订阅到哪吒,有更新提醒我
哪吒机器人提醒:
提醒:PJE on Programming
【标题】WSGI, Web Frameworks, and Requests: Explicit or Implicit?
【摘要】in python web programming and frameworks, there is a constant juggling act that takes place between "explicit" and "implicit". too explicit, and the code may get too verbose or unwieldy. too implicit, and the code may lose clarity or maintainability.and nowhere can this tension be more clearly seen, than in the area of "request" objects. after all, nearly every web programming framework has some notion of a "request" at its core: usually some sort of object with an api.now, as you may recal... (08-03 15:08)
收藏 |  评论 |  推荐给好友  | 
本文共有 0 次分享
评论
共有 - 条评论


我要反馈