To me, `static` methods are a good practice becaus...
# announcements
z
To me,
static
methods are a good practice because static methods convey additional information to the reader. In particular, they let the reader know that the method is not state-changing.