doudou20080720 2010-10-23 21:30
浏览 24
已采纳

什么是快速Web应用程序开发的最佳实践?

I am coming up with a web application which will be primarily based on PHP. I would like to know some of the best practices and technologies that I can make use of to come out with the app as fast as possible. My team will be working remotely, so I want to know the best ways of collaborating through web resources too. I'm expecting in here, the options or a framework of technologies that can get me a great app in a shorter time. I've given a small example out here. Please extend my plan and give me suggestions...

  1. Server Side Scripting - PHP (CakePHP for rapid development)
  2. Client Side Scripting - JS (JQuery - A JS framework for rapid development and compatibility)
  3. Authentication - OpenId
  4. Database - MySQL (Stable and OpenSource)

I want more to be added to this list so that I code less and reuse more. Please help me out.

Reusability is the key factor. How do I leverage already available classes, frameworks, etc in an efficient way? I want to know my options.

  • 写回答

1条回答 默认 最新

  • douxianliu6756 2010-10-24 21:26
    关注
    • Try to find a framework that suit your needs. If you want reusability, make sure you learn/understand the concept of the MVC pattern (OOP). I personally work with Zend-Framework which has a very big community.

      (However, a good practice is building your own framework. Look at other frameworks and learn about the pro's and cons.)

    • Every project starts with an UML design: http://en.wikipedia.org/wiki/Unified_Modeling_Language

    • Don't try to invent the wheel again, for example: learn/play with the 960 css grid http://960.gs, jQuery and different database-types.

    • Documentate everything!

    • Test everything http://simpletest.org

    • use subversion for easy access of previous versions of your project http://subversion.net

    Good luck!!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 数学建模,尽量用matlab回答,论文格式
  • ¥15 昨天挂载了一下u盘,然后拔了
  • ¥30 win from 窗口最大最小化,控件放大缩小,闪烁问题
  • ¥20 易康econgnition精度验证
  • ¥15 msix packaging tool打包问题
  • ¥28 微信小程序开发页面布局没问题,真机调试的时候页面布局就乱了
  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能