jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 603 forks source link

[Question] Why did you structure IGitService the way you did? #766

Open JCBurnside opened 6 years ago

JCBurnside commented 6 years ago

I know this will probably just get closed and not answered. I did read the guidelines. But I must know. Why make IGitService separate an interface with extension methods rather than an abstract class with the methods built in?