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.

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

报告相同问题?

悬赏问题

  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog