rbwhitaker / CSharpPlayersGuideEarlyAccess

A place to track issues with the C# Player's Guide for patches and future editions
19 stars 0 forks source link

Question: Should tuples be moved to Part 1? #724

Open rbwhitaker opened 6 days ago

rbwhitaker commented 6 days ago

Part 2 is really about making and using your own types. You don't do that with tuples. It's a language construct, not a way to build a new type. I've been debating if this should be moved to Part 1. I think my biggest hesitation is how this would affect the sequence of challenges, though if this is truly the right call, sorting out the challenges is doable.