Do you use Enums instead of hard coded strings?
Last updated by TiagoAraujo over 7 years ago.See historyUse Enums instead of hard-coded strings, it makes your code lot cleaner and is really easy to manage .
Use Enums instead of hard-coded strings, it makes your code lot cleaner and is really easy to manage .