gothinkster / aspnetcore-realworld-example-app

ASP.NET Core backend implementation for RealWorld
https://realworld.io
MIT License
1.94k stars 549 forks source link

Using _db for Create and Edit, but _context for everything else? #22

Closed VictorioBerra closed 6 years ago

VictorioBerra commented 6 years ago

Whats the motivation for this?

adamhathcock commented 6 years ago

No motivation. I just didn't clean up all naming in between iterations as I evolved the application. A pull request to fix naming is good by me.