Choosing the correct task dependency is easier than you think
Each task has a start and finish, so there are four types of task dependencies: finish-to-start, finish-to-finish, start-to-start, and start-to-finish. In most projects, most (90% or more) dependencies are finish-to-start (FS). When one task finishes, it triggers the start of the next, like when cooking dinner is finished, eating dinner begins (assuming you don’t sneak […]