project-management

How am I supposed to know how many days something will take? [closed]

流过昼夜 提交于 2019-12-04 08:27:59
问题 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 a PHP developer, and I often have no idea in terms of days--let alone hours--how long something will take me at work. I am often writing new stuff, merging it with old legacy crap. I can tell my boss what week I will likely have something done--and maybe what half of what week--but I how in the world am I

How do you organize your work? [closed]

ε祈祈猫儿з 提交于 2019-12-04 07:35:38
问题 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 . How do you work? More specifically, how do you keep your programming tasks organized. When I do Mac development at home I use software called an outliner to organize, keep notes and prioritize the tasks I need to do. I started out using a program called Deep Notes which is a

Time management tricks, tools & tips [closed]

匆匆过客 提交于 2019-12-04 07:35:14
问题 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 8 years ago . Working with software day-to-day usually means you have to juggle project work, meetings, calls and other interrupts. What single

I want to know the difference between Low-level functions & Top-level functions [closed]

一世执手 提交于 2019-12-04 05:55:19
Charles Simonyi introduced the idea of "organizing really big software teams by creating one super duper uber programmer writing the top-level functions, while handing off the implementation of the lower-level functions to a team of grunt junior-programmers as needed. They called this position program manager." I want to know what are the Top-level functions, and how can I identify it? My language is Javascript. So far that's the only language I know hence please give me examples using JavaScript please. BTW, the quote above is taken from Joel Spolsky. Check out his blog and read How to be a

When is a feature considered “DONE”? [closed]

两盒软妹~` 提交于 2019-12-04 05:47:11
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . As software developers we create lots of... well... code. Much of the code we produce can go towards a new feature or an enhancement to an existing feature. When this is the case, how do we know when this feature is done ? What does done mean in the context of a feature? For example, to Company A this may mean many different things like, Meets customer requirements (which is tricky in itself) No

How to version project schedules, to-dos, wikis etc. in Git? [closed]

孤人 提交于 2019-12-04 05:26:49
问题 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 months ago . In almost all of my projects I have few files that are "project wide" in the sense that their contents should be shared across all branches. These files usually include project schedules, to-do lists, wikis, and the like. Currently I have them included .gitignore so that they are

What Project Management software do you recommend for an agile approach? [closed]

寵の児 提交于 2019-12-03 20:55:10
At the place I am working we are moving to a more agile approach to project management. For tool support for project management I used MS Project and Target Process in the past. But I think they both have serious weaknesses: MS Project is not very intuitive and therefore hard to use especially for novice users. It doesn't really fit the agile approach Target Process seems only half done. E.g. users can set their own privileges to admin. Size of user stories is measured in hours instead of a unitless size which I think is really a bad idea. The UI feels bloated and overly complicated not really

Directory Structure for Cucumber + Maven + POM project under SRC & TEST folder

喜夏-厌秋 提交于 2019-12-03 20:37:03
I am looking for effective project Structure to manage it with POM, Cucumber(Feature and Step definition Files) under Maven's Src & test folders. What should be correct way to manage? Where to use Maven's src and test folder. Please Share. Thanks in Advance. Project Structure for a Maven project with Cucumber + POM base package contains Page object initialization class where it can be extended to all the page classes browser package contains the browser factory class which contains the methods to invoke Chrome, Firefox, IE etc., custom Exception package used to throw the custom messages

What online collaboration sites do you know? [closed]

旧巷老猫 提交于 2019-12-03 20:29:59
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 months ago . Basically I need a hosted solution, where one can create an account for a project and the distributed team members can interact through that site during the project implementation. I know a lot of such software but not a hosted one. I think Basecamp is the most popular one. I'm trying the CodeSpaces now. Looks promising. I use codeplex.com from Microsoft and find it excellent, it now accepts svn

How to manage a hierarchy of committers (like Linux kernel dev)

送分小仙女□ 提交于 2019-12-03 17:36:38
I'm a committer on a project with a GitHub repo. I have a small team of developers who can't read from or commit to that repo. I'd like to setup a git server they can commit to that is a clone of the GitHub repo. When they make commits, I will review them, sometimes make edits, then push to the GitHub repo. My question is, since I'll sometimes be altering their commits, what is the best workflow for pulling changes from GitHub back to my clone server so that everyone's history doesn't get messed up? EDIT: To clarify, I don't necessarily mean that commits will be edited. But I may need to