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!!

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

报告相同问题?

悬赏问题

  • ¥15 乘性高斯噪声在深度学习网络中的应用
  • ¥15 运筹学排序问题中的在线排序
  • ¥15 关于docker部署flink集成hadoop的yarn,请教个问题 flink启动yarn-session.sh连不上hadoop,这个整了好几天一直不行,求帮忙看一下怎么解决
  • ¥30 求一段fortran代码用IVF编译运行的结果
  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥30 python代码,帮调试,帮帮忙吧