DEV Community

0 seconds of 6 minutes, 16 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
06:16
 
Peter Harrison
Peter Harrison

Posted on

2 1

Appropriate Design

In the bad old days of waterfall design was performed up front prior to the start of the coding. All the features of the system would be fleshed out and described before a line of code was written.

With Extreme Programming and Agile up front design gave way to iteration where the code was the design. Rather than thinking ahead to subsequent features only the immediate story would be considered. Refactoring was proposed as the mechanism to deal with the consequential design rework.

In this video I look at the different layers of software and the relationship between modules. Instead of an all or nothing approach we look at how to broadly define a structure and only design in more detail once we actually begin to develop the module. This is possible through design of interfaces or contracts between the different modules.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay