project-management

difference between project management and process management [closed]

落花浮王杯 提交于 2019-12-09 06:13:04
问题 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 7 years ago . What is the difference between project management and process management? 回答1: The defining characteristic of process vs. project is

Is there any plugin/way to manage multiple projects in Vim? [closed]

房东的猫 提交于 2019-12-08 19:22:55
问题 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 6 months ago . I always work on multiple projects at the same time. The breakdown of the number of files I have is as follows Project | Files -------------------------- Thesis 20 Simulator 50 Plots 30 Graphs 30 Website 500+ Having all of these files in one window is cumbersome. There are several options, and I will discuss

Count Code Lines Number in Visual Studio [closed]

家住魔仙堡 提交于 2019-12-08 17:43:22
问题 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 . One team will analyze our .NET project(solution) code, so, before, they asked about how many lines of code contains our project. Is there some statistical data, some code metrics in VS 2010? 回答1: Open the search ( ctrl + shift + f ), Search for all files in the solution (*.cs or *.vb), use regular expression ^

Which Development Method use for a Website Development? [closed]

这一生的挚爱 提交于 2019-12-08 10:23:30
问题 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 2 years ago . Which is a good Project Managment Method to Develop a Website? XP? The Waterfall Model? 回答1: Agile/XP would be best. Waterfall would be the worst choice in my opinion. 回答2: Anything but waterfall.... But keep in mind that saying you are agile and being really agile are two

How to isolate projects/folders with git that are part of a large project?

半腔热情 提交于 2019-12-08 03:59:56
问题 Is it possible with git hosted on Bitbucket to have a directory inside a git repo to be a subrepo with own access rights? I am currently working with subversion where this is the case and want to switch to GitHub. How can I isolate small projects within a huge codebase in order to work with freelancers that only see and work on that particular code which lives in a directory of that project? 回答1: It is best to work with submodules: your main project will have "references" (called gitlink ,

project organization with R [duplicate]

一笑奈何 提交于 2019-12-07 19:36:45
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Workflow for statistical analysis and report writing I have been programming with R for not too long but am running into a project organization question that I was hoping somebody could give me some tips on. I am finding that a lot of the analysis I do is ad hoc: that is, I run something, think about the results, tweek it and run some more. This is conceptually different than in a language like C++ where you

Managing user-uploaded files with an ASP.NET website and Visual Studio

江枫思渺然 提交于 2019-12-07 16:03:31
I know that somewhere in the history of the internet this must have been asked somewhere, but I just can't seem to nail down the right terminology to get the answer I need. This question comes close: What is the best way to store user uploaded files in a website? But I need a little bit more detail. Basically, how are you supposed to effectively manage files that users have uploaded, such as a profile picture? What I want to know are some "best practices" regarding WHERE to make the directory structure. The second answer in the above question offers some options, such as storing them outside

Build System for Targeting Multiple .NET Versions

独自空忆成欢 提交于 2019-12-07 15:29:10
问题 What are common practices for designing a build system/project structure that allows targeting multiple .NET versions with different feature sets? Specifically: Should you branch in source control? Should you use conditional compilation? Should you derive interfaces, thereby versioning them? Should you create seperate "versionX" projects and link common project files? 回答1: I've tried a few different ways of doing this. I ruled out branching because it's a bit difficult to keep all the

How to manage non-English-speaking customers? [closed]

孤街醉人 提交于 2019-12-07 08:07:38
问题 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 9 years ago . What are the best practices when managing a software project involving a non-English-speaking client? What communication issues are relevant? Would you maintain documentation in both languages (especially updating the specifications regularly)? 回答1: The basic risk in such type of projects is miscommunication, so

How does one handle big library dependencies in source control?

元气小坏坏 提交于 2019-12-07 07:51:12
问题 My C++ application depends on Boost. I'd like someone to just be able to check out my repository and build the whole thing in one step. But the boost distribution is some 100MB and thousands of files, and it seems to bog down source control -- plus I really don't need it to be versioned. What's the best way to handle this kind of problem? 回答1: Most version control tools/systems provide mechanics to add references to other repositories into your repository. This way you can keep your