Slide 5
Slide 5 text
Commenting on issues
◎ Be precise
○ “This uses too much memory…”
◎ Argument
○ “… because this object is not retained when …”
◎ Help fix it
○ “You could instead use …”
◎ Define criticity
○ “Itʼs not critical and can be done in a later commit”
@xgouchet
This is bad
This is bad