You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This chapter centers around creating a simple parameter object recipient to hold on to first_name, last_name and email but doesn't actually show the implementation for this parameter object. I found this strange given that the other chapters I've read so far seem to explicitly include all the pieces for implementing the particular refactoring. Not a big deal as I imagine the class is just something like:
Would adding the simple implementation similar to the above to the chapter add or distract from the chapter? I'm not sure if this was already internally discussed but figured I'd share my thoughts.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. I do think something like that could be good to see, and I don't think it would be too distracting from the chapter. I'll take a look at adding that in the next update.
This chapter centers around creating a simple parameter object
recipient
to hold on tofirst_name
,last_name
andemail
but doesn't actually show the implementation for this parameter object. I found this strange given that the other chapters I've read so far seem to explicitly include all the pieces for implementing the particular refactoring. Not a big deal as I imagine the class is just something like:Would adding the simple implementation similar to the above to the chapter add or distract from the chapter? I'm not sure if this was already internally discussed but figured I'd share my thoughts.
The text was updated successfully, but these errors were encountered: