stevedonovan/gentle-intro

1-basics: introducing traits

Closed this issue · 2 comments

AddAssign is the name of the trait implementing the += operator,

This is the first time you mention traits, and you don't explain them here.

Yes, well spotted. There's a bit of a chicken-and-egg problem here - that things are mentioned before they are explained. This is a good spot to talk a little about traits and operators.