-
Notifications
You must be signed in to change notification settings - Fork 108
Conversation
…p crash when moving from MapViewController to ShopViewController because shopViewController returns nil identifier
@sunjunkie please review the pr |
Simply extracting the constants into a separate file is not a good enough solution. We lose all context of what the constants mean. And if a constant will only ever be used in one class only, it does not make sense at all. |
okk @sunjunkie mam I have seen this approach..Now should I group constants using enums and solve this issue.?? |
You can work on this. It would be good to discuss your approach before you code in Slack/#powerup. |
okk @sunjunkie mam I will discuss in slack group. |
Description
Moved all constants to seprate file.
Fixes #222
Type of Change:
Delete irrelevant options.
Code/Quality Assurance Only
How Has This Been Tested?
Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test.
Checklist:
Delete irrelevant options.
Code/Quality Assurance Only