Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals.
6
votes
4answers
480 views
Can I demand code quality on a project I've gotten
I have been given a Drupal project from an external web agency and have been trying to becomer wiser on both Drupal and their approach of making a site. With time I've learnt a bit morer about Drupal, ...
-1
votes
0answers
85 views
Can you share ayour real-world software project experience in some detail that one could learn from? [closed]
UPDATE
As resource requests are off-topic, kindly pointed out by a SE member,I have reworded the question.
BACKGROUND
I am doing reading up on Agile methodologies and software cost estimation + ...
6
votes
5answers
432 views
How to deal with management staff (company owner) that downplays the impact of specs changes?
I work in a small web development company (3 programmers) for a while. During the last year the company had hard times (less projects) and a few co-workers were fired, including our Production ...
1
vote
3answers
38 views
Assuring Quality and Bug Fix speed in Open Source Python Project
I'm maintaining an open source framework (in Python on *nix platforms if that matters) for the first time in my life. It is pretty much pre-alpha, not much more then a scientific proof of concept, ...
4
votes
2answers
119 views
When to separate a project in multiple subprojects
I'd like to know if it makes sense to divide the project I'm working on in two repositories instead of one.
From what I can say:
Frontend will be written in html+js
Backend in .net
The backend ...
3
votes
2answers
238 views
Good Version Control Guidelines from a Development/Collaboration Perspective?
At our company we have started outsourcing some of our development.
This has worked somewhat well. However, we are having a hard time getting them to properly use version control. They are familiar ...
1
vote
1answer
54 views
Should we use a Maven Multi-Module Project in our Scenario?
The Situation
I'm currently working in project that develops several RESTful services that partly interact with each other. As an example:
Service A uses Service B
Service C uses nothing
Service D ...
1
vote
0answers
20 views
How to integrate SQL Server 2008 R2 Reports on web site [migrated]
I am creating a site that is mainly used to view reports. The database is SQL Server 2008 R2 Express with Reporting Services. I was thinking of using Business Intelligence Development Studion to ...
0
votes
1answer
60 views
Tool helping with estimations [closed]
I am looking for a tool supporting me with estimations.
What I would like to do is to specify a higher level task and break it into several smaller tasks. When a task is small enough, I could assign ...
2
votes
0answers
67 views
Handling multiple projects [migrated]
At my current company my programming position has recently changed. In the past it has been a technical/functional position where we choose the project to work on and followed it from blank IDE to ...
-3
votes
0answers
42 views
Insight required for choosing Technologies for a Web based product? [closed]
I am working over a project that will be a integration system and I am asked to use the latest technologies. So I am trying to discover what all I can use for a MVC modeled application.
Right now my ...
2
votes
5answers
211 views
How to time the sprints in Scrum to allocate time for TDD?
We have sprints of 4 weeks duration. What I have been doing is 3 weeks dev time and 1 week of pure manual/automated testing, stabilization and shipment assurance testing.
How to manage TDD within ...
2
votes
2answers
119 views
When to (enforce) linting in a software project
I'm heading a new team of developers working on a software project that makes use of continuous integration (circleci) w/ a pretty fleshed out suite of busterjs unit/integration/acceptance tests. Our ...
0
votes
1answer
102 views
Is it possible to integrate MS Project Server with SVN
We have been using Hosted SVN + Fogbugz for our source control and task/issue tracking. Our developers are very comfortable with SVN and we are hesitant to switch source control (e.g. TFS) providers ...
2
votes
2answers
99 views
Architecting related products for different markets: MEF?
Hopefully, this question is not too open-ended...
I have been tasked with taking a 3 year old application (.NET 4.0, WPF, WCF, EF 4, SQL 2008) that was designed for a very specific market X and ...