rbwhitaker / CSharpPlayersGuideEarlyAccess

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

Vin's Trouble getter and setter methods #701

Closed rbwhitaker closed 1 year ago

rbwhitaker commented 1 year ago

Justin86 — Today at 1:30 PM I was wondering if for "Vin's Trouble" you would consider adding the instruction to add setter methods for each of the fields. You seem to expect me to have already done it in the next challenge, so I went back and did it before doing "The Properties of Arrows". rbwhitaker — Today at 2:04 PM Hm. Yeah, there's some inconsistencies there that deserve to be cleaned up. Strictly speaking, I think it is quite reasonable to not have setters for the properties/methods in this case, if you don't want them, but that challenge specifically says something like, "Use properties instead of GetX and SetX methods." I agree the two need to be reconciled somehow. I'll add it to my list.