Identifying and managing project interfaces
Large and complex programs usually have projects with lots of dependencies. Identifying and managing interfaces between projects is crucial for program success. Identifying project interfaces There can be different types of project interfaces. For instance, let’s imagine that we have two projects that are part of the same program: project A and project B. It […]
Continue Reading