duanmianhong4893 2014-03-18 08:05
浏览 30
已采纳

从设计到提交给客户,Web开发的每个步骤都需要哪些软件工具? [关闭]

What is the web development(PHP - MySQL) process after designers deliver the design/look of a web site to the developers , to submiting the finished project to the project manager? Developing lets say being done by more than one guy, and it involves testing , debugging , database design etc. what are the steps a company follows or if i want to be a freelancer and what are the tools and knowledge required to do it efficiently?( free onces). I know HTML, CSS, Javascript(JQuery), php, frameworks (Laravel 4, CI). I hope i get answers from the experienced web developers which are going to help me join a company as a web developer or if i want to be a freelance web developer in future.

  • 写回答

1条回答 默认 最新

  • duandeng1824 2014-03-18 08:12
    关注

    This question is likely to be closed as the answer will change over time, so is not a good fit here. The "generic" answer is...

    Source Control

    If working as part of a team, source control is an absolute must (be it Mercurial, Subversion, Team Foundation Server or something else entirely).

    This allows you to share work between team members and also covers the "What if Bob gets hit by a bus" scenario. At least Bob will know his code won't be lost, so it's not all bad...

    An IDE

    I consider an IDE to be crucial to productivity (Visual Studio/Eclipse/etc). I do know some devs who insist a text editor is all you need but I personally find I can get things done faster with an IDE.

    A Build/Test system

    You probably won't need to set this up yourself (at least not at first) but you'll need to write unit tests for your code. Quite often tis system is tied into source control (so a checkin will cause all unit tests to be run to make sure you haven't broken anything).

    Of course, how exactly tests are defined will depend on the language/framework/project.

    Maintainable code

    Not really a tool but something I've found a lot of solo developers don't consider... When working with others, making sure your code can be understood by someone else can be more important than having it work efficiently. That means things like useful variable names (I once saw code that started $Zeus = $_INPUT[...]), making sure your code is DRY, not thinking of complex SQL queries as one long string, etc, etc. I could go on forever.

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

报告相同问题?

悬赏问题

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