This document discusses naming conventions and standards for Smalltalk code. It recommends that names should reveal intention, follow standard protocols, and use intention-revealing selectors. Specific naming guidelines are provided for variables, methods, classes, parameters, and temporaries. Names should indicate roles rather than types where possible. The document emphasizes that naming is important for communication and maintaining code quality. It concludes by recommending the book "Smalltalk Best Practice Patterns" as a useful reference.