Problem/Motivation
Use of he, she, his and her is largely unnecessary in code comments and test text.
Proposed resolution
Found by by grepping the codebase for (^|\W)(he|she|him|his|her|hers)($|\W)
and replace/improve the text appropriately.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
N/a