ga-wdi-boston / ruby-object-self

Other
1 stars 141 forks source link

Improve clarity of comment in `person` code-along #15

Closed laurenallegra closed 8 years ago

laurenallegra commented 8 years ago

Today when we were doing the code-along in lib/person.rb, the following lines (commented out) were strangely worded and confusing:

_# Problem:

Will not call the setter method to and notify, or say, that the status

# has changed!_

Suggest changing wording to:

_# Problem:

Will not call the setter method, NOR SAY, that the status

# has changed!_

Commas optional. Or (better yet) use a set of dashes instead--like this--to add emphasis.