1. static const float maxSpeed = 100.0f;


2. static const float MAX_SPEED = 100.0f;


뭐가 더 좋은 습관인가요??