Skip to content

Example to demonstrate applying SOLID principles. Console app loops through files and adds to media libraries.

Notifications You must be signed in to change notification settings

meselgroth/SolidExample

Repository files navigation

In this example we worked through each SOLID principle, applying them in turn to create modular, maintainable and testable code.

The console app loops through c:\Downloads. It pretends to extract meta-data for a media library and moves music files to c:\Music and video files c:\Videos.

These folders need to exist in order for the app to run.

About

Example to demonstrate applying SOLID principles. Console app loops through files and adds to media libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages