guit icon indicating copy to clipboard operation
guit copied to clipboard

Documentation Added, hasn't been reviewed yet

Open SophiaC42 opened this issue 5 years ago • 2 comments

SophiaC42 avatar Apr 21 '20 17:04 SophiaC42

Let's remove the hasn't been reviewed yet suffix from the commit message

adalon avatar Apr 21 '20 17:04 adalon

@SophiaC42 we should moved the source comments into the IGitRepository interface:

https://github.com/kzu/guit/blob/master/src/Guit.Core/IGitRepository.cs

Since what we usually document is the public interface and not the implementation.

GitRepository implementation methods could use the notation:

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/inheritdoc

e.g.

image

adalon avatar Apr 21 '20 21:04 adalon