Skip to content

This is a training project aimed at improving algorithm writing skills and applying SOLID principles using C# in a .NET application. The project involves creating a console application simulating a catalog of clothes available in a store.

Notifications You must be signed in to change notification settings

AdrianBajczyk/ProductsDiscounter

Repository files navigation

seasonal-product-discounter

This is a training project applying the principles of SOLID and implementing programming patterns in practice.

Each time the program is run, a random list of clothes and discounts will be generated. With this data, sorting, filtering, and grouping operations can be performed based on the discounts we want to examine.

In the solution, you will also find a set of unit tests.

About

This is a training project aimed at improving algorithm writing skills and applying SOLID principles using C# in a .NET application. The project involves creating a console application simulating a catalog of clothes available in a store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages