CleanArchitecture icon indicating copy to clipboard operation
CleanArchitecture copied to clipboard

I added colors

Open jeffward01 opened this issue 2 years ago • 0 comments

Colors == Eye massage, I have OCD with colors in .md files, and had to fix it <3

Really cool changes you made. I have made almost all the same changes in my own version of clean architecture. I have no idea why the https://github.com/jasontaylordev/CleanArchitecture is as popular as it is.... These in particular really bugged me:

  • Scope Leaks (Layer leaks) galore
  • event calling madness
  • Wrongly placed classes.

I really like the changes you made.

I am also a fan of Controller Endpoints to keep the controllers skinny. Often people add a ton of methods into controllers, while the methods might be 'skinny', there are often many different methods within a controller and it can become chaotic. This helps force it to a single 'feature' workflow: [Ardalis.ApiEndpoints]https://github.com/ardalis/ApiEndpoints). I like most of Ardalis code to be honest, I have a few problems with his version of Clean Architecture, but its much better than the one that you originally forked.

Again, thanks for the awesome code, its always nice to read and use good code to enhance your own habits

jeffward01 avatar May 17 '22 04:05 jeffward01