Skip to content

The code of Agile Principles, Patterns, and Practices in C# with a few improvements. It contains a C# implementation of the Payroll Case Study from Uncle Bob's Agile Software Development book.

License

Notifications You must be signed in to change notification settings

donaldnevermore/agile-principles

Repository files navigation

Introduction

The code of Agile Principles, Patterns, and Practices in C# with a few improvements.

It contains a C# implementation of the Payroll Case Study from Uncle Bob's book: Agile Software Development - Principles, Patterns, and Practices.

Ch30_FinalPackaging comes from FreekPaans/PPPPayrollCaseStudy. It's based on the original book (the Java one), and the rest are based on the C# one.

The adaptation to modern C# shouldn't change any behavior.

Quick start

  1. Make sure you have .NET 9.0 or above installed.
  2. Run dotnet run in the terminal.

About

The code of Agile Principles, Patterns, and Practices in C# with a few improvements. It contains a C# implementation of the Payroll Case Study from Uncle Bob's Agile Software Development book.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages