7 ms·
move_forward is more descriptive as a method name. - the action name of move is significant. the additional typing for a precisely descriptive name is general
by onenite 2y ago
move_forward is more descriptive as a method name.
- the action name of move is significant.
the additional typing for a precisely descriptive name is generally worth it for readable code.
fortunately, autocompletion is available in the code editor!