Standard Braking Distance
- DE:
(Geschwindigkeit / 10) * (Geschwindigkeit / 10)
- EN:
(Speed / 10) * (Speed / 10)
Evasive (Emergency) Braking Distance
- DE:
((Geschwindigkeit / 10) * (Geschwindigkeit / 10)) / 2
- EN:
((Speed / 10) * (Speed / 10)) / 2
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.