MK-NEUKO / TicTacToeOOP

TicTacToeOOP is a learning project, the focus is on the functionality and handling of .NET, C#, WPF, MVVM.
MIT License
2 stars 0 forks source link

Refactor core #16

Closed MK-NEUKO closed 6 months ago

MK-NEUKO commented 6 months ago

In this branch I tried out how the domain layer can communicate with the ViewModel. Unfortunately, I didn't know much about Domain Driven Design and Clean Architecture at the beginning. Nevertheless, I was able to learn something from the work, even if it is now being revised again. This branch will be closed and the refactoring will be restarted.