StabbyCutyou / generics

Package generics is the true way to program generically in golang
Apache License 2.0
193 stars 9 forks source link

Add tests to actually test generics #2

Closed nii236 closed 7 years ago

nii236 commented 7 years ago

Tests currently don't actually test

StabbyCutyou commented 7 years ago

Hello,

Thank you for taking the time to open an issue.

I want you, and the theoretical millions of golang developing gophers out there know that I am firmly committed to quality tests in (what I hope will one day become the official) package generics.

I have already accepted an existing PR to improve my current tests, and I am working on a revised suite of tests as we speak, which will encompass a range of use cases for G.

Therefore, in the spirit of community cooperation and collaboration (which golang sets the gold standard for), I have decided to accept this Issue, but will not close it until the new tests are delivered to the community.

StabbyCutyou commented 7 years ago

As the tests have been improved, I am considering this matter solved.

Please open a new PR with additional tests if you feel they are warranted.