daniellmb / markdownsharp

Automatically exported from code.google.com/p/markdownsharp
1 stars 0 forks source link

How to contribute #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please write up a short wiki page on how to contribute to the project. Do
you require the use of Resharper or similar tools, how should the code be
formatted, do you prefer patches or regular commits, etc? If you use
Resharper or something similar, bundling a .resharper file with the
solution would help others with the tool to contribute without breaking the
code formatting standard.

Original issue reported on code.google.com by asbjornu on 26 Dec 2009 at 2:26

GoogleCodeExporter commented 9 years ago
mostly I need help with unit tests at the moment.. my unit test code is 
ultra-janky.

Original comment by wump...@gmail.com on 27 Dec 2009 at 9:37

GoogleCodeExporter commented 9 years ago
ok, I clarified on the home page under the "Please Contribute!" heading. Not 
sure we
need multiple wiki pages quite yet..

Original comment by wump...@gmail.com on 28 Dec 2009 at 6:52

GoogleCodeExporter commented 9 years ago
I'm willing to help on the unit testing front.  I'm one of "those guys" that 
uses 
TDDs (almost) all the time.

However, it's *much* easier to unit test small classes / small methods.  I've 
added a 
patch to issue 1 that begins to address this.  

There is one new test in that patch that demonstrates a small, easy to read 
unit 
test.  It's in OutdenterTests.cs

Original comment by kevin.ba...@gmail.com on 1 Jan 2010 at 8:01