Why was the variable declared using var instead of the actual variable type in ManageState? Is this effeciency or something? I’ve always been taught to clearly specify the variable type, which increases readabilty?
private void ManageState()
{
var nextStates = state.GetNextStates();