RKController initialization should be tidied
- Dominant language
- Objective-J
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/DDMAL/RodanClient/blob/develop/Rodan/Frameworks/Source/RodanKit/RKController.j#L22
-- Variable initialization should go inside of the `if` statement
-- Is there a reason why the variables are file-scoped and `nil`?
Contributor guide
No contributing guide indexed for this repository
Research direction
Open Rodan/Frameworks/Source/RodanKit/RKController.j at line 22 and read the surrounding if statement and variable declarations first. Confirm whether the file-scoped nil variables are needed, then ensure initialization follows the issue's requested scope; done means the declarations and initialization have the intended lifetime and the controller still initializes correctly.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100