project-management

How did you estimate the time you will spent before starting a web development project? [closed]

老子叫甜甜 提交于 2019-12-20 12:25:07
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 months ago . It feels really bad when you told your client or the manager that this can be finished by 10 days but you spent 20 days to get a point even not deployed to live yet. Any experience can share with me about how did you estimated the time spent on a proposed projects? Thanks

Best concrete “How-To Manual” on *Managing* Test Driven and/or Agile development? [closed]

▼魔方 西西 提交于 2019-12-20 10:55:34
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am looking for an easily digestible book to present to my boss/team. Background info: More and more of our meetings at work involve my boss/team pondering how to implement more "best practices" around here. ("Here" = a very small application development shop. 4 developers) The following things are items that

VIM: is there an easy way to manage Visual Studio solutions / makefile projects from Vim? [closed]

↘锁芯ラ 提交于 2019-12-20 09:38:10
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 months ago . I tried using Visual Studio instead of VIM(+plugins), but to be honest - the only advantage of VS over VIM is it's ability to automatically manage my project. I know of existence of ViEmu for VS, but I would like to do the opposite - is there any way to manage projects from

Online collaborative environment (not only dev oriented) [closed]

我与影子孤独终老i 提交于 2019-12-20 09:25:05
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I've been working with SVN for a couple of years and recently been working on some projects involving Trac. It might seem odd for most

Documents for a project? [closed]

北城余情 提交于 2019-12-20 08:54:45
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I work for a CMMI level 5 certified company and one thing I hate about is the amount of documents we prepare (As a programmer I already hate documents). We have lots and lots of documents like PID(project initiation doc), Business requirements, System requirements,tech spec, Code

Why should my team adopt source control? [closed]

爷,独闯天下 提交于 2019-12-20 08:27:51
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I have the opportunity to give a formal presentation to my boss about anything that benefits the company. My idea is to adopt source control in my workplace. I have been using Mercurial to manage my own project at work, but the rest of the team does not have a formal source control system in place. Unfortunately

How different is Scrum practice from Agile Practice? [duplicate]

我的未来我决定 提交于 2019-12-20 08:17:19
问题 This question already has answers here : What is the difference between Scrum and Agile Development? [closed] (7 answers) Closed 4 years ago . Mostly people say Scrum and Agile interchangeably but what is the difference between Scrum Practice as compared to Agile Practice ? 回答1: Agile is a general philosophy regarding software production, Scrum is an implementation of that philosophy pertaining specifically to project management. 回答2: Scrum is a type of Agile method just like an apple is a

Best way to read/edit/add to the googlecode wiki offline

旧巷老猫 提交于 2019-12-20 05:14:25
问题 I finally after too much of pondering started my project on googlecode. One of the best features I liked about googlecode was the revision control for wiki, where I can add/edit the wiki pages locally offline and then commit/push later. I have pulled the wiki to my local repository, is there any good googlecode-wiki-toolbar-attached editor for googlecode wiki, as from my knowledge evey wiki has its own syntax for writing. Or if someone is also using a local repository for wiki.code.google,

Visual Studio Plug-in to measure time spent on Solution/Project [closed]

瘦欲@ 提交于 2019-12-18 15:54:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . does anyone know of a Visual Studio (2008) Plug-in that attempts to track how long you've spent working on any given Solution or Project? I realize this would be difficult, like at work I might leave a Solution open all day, but only work on it for a couple of hours, on and off. However at home, I might only

Protection of code from its own developers [closed]

不问归期 提交于 2019-12-18 11:38:52
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . Perhaps the most obvious way of protecting a company's intellectual property from its own developers seems to be an NDA - Non Disclosure Agreement. Effectiveness of this approach may vary, depending on many factors, and sometimes or somewhere it may not work as expected. What