...

/

Modern Network Development Life Cycle (NDLC)

Modern Network Development Life Cycle (NDLC)

Let's learn about the modern NDLC to see how it differs from the traditional NDLC.

We'll cover the following...

Modern NDLC

With new tools come new processes and procedures. Below is a high-level overview of the modern NDLC using all the tools introduced above. This includes a simple branching strategy. The organization should decide on its own branching strategy. For example, a new branch for every change, no long-lived branches, and no branching beyond two branches. For now, we will adopt a new branch per change approach with one level of branching.

Here is an example of the modern development lifecycle:

  1. Create a repository specific to the ...