Closed richardpawson closed 2 months ago
from:
enum Algorithm aStar, dijkstra, heuristic end enum
to:
enum Algorithm set to aStar, dijkstra, heuristic
Rationale:
constant
enum...end enum
from:
to:
enum Algorithm set to aStar, dijkstra, heuristic
Rationale:
constant
declaration. Difference is still that it is a Type, so needs to be capitalised.enum...end enum
suggests that it can hold multiple frames when it can't (it is always just one frame).