Casts
Always be as explicit as possible when casting primitive types
REASONING: The compiler will throw an error or warning when doing a conversion you shouldn't. Plus, explicit casting clarifies any confusion to the compiler or other developers.
Always be as explicit as possible when casting primitive types
REASONING: The compiler will throw an error or warning when doing a conversion you shouldn't. Plus, explicit casting clarifies any confusion to the compiler or other developers.