Closed chrisriesgo closed 6 years ago
@chriskrycho I opened this quick PR to give the project a src
+ tests
folder structure, but I imagine the existing "Program" might turn into an example
of some kind? And we'd create a library project? Maybe we can do that later?
Yeah, using it as an example – or, equally, just dropping it in favor of the README and docs – seems sensible to me. I only needed that particular bit specifically for the teaching aspect, as something I could walk through in real-time.
@aggieben, since I see you also forked – if you're on the same page with @chrisriesgo here, I'll happily merge it and we can proceed with that!
@chriskrycho - updated the PR. made the old .csproj a baseline example/sample, then created a new csproj netstandard lib (can really be changed to whatever we want) with Maybe and Result living under it.
Unless you have some other ideas, @aggieben
Looks good to me, @chriskrycho @chrisriesgo
:shipit:
Pending formal discussion:
TrueMyth.csproj
into a samples folder. Renamed toTrueMythConsole
TrueMyth.csproj
.NET Standard 1.0 library to houseMaybe
andResult
Added a few mostly-empty README files to be filled in later
Restructured the solution: From:
Maybe.cs
TrueMyth.csproj
To:
Program.cs
Maybe.cs
Result.cs
TrueMyth.csproj