wherein variables are prefixed with their value instead of their type or function.
const SIXTY_SECONDS_IN_MINUTE = 60;
I enjoy when constants are just, themselves
public static final int SIXTY = 60;
and then I have to restrain myself from returning a code review that just says "who raised you?"


.png)