-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALTAPPS-1346: Shared, iOS code blanks elif else statements #1176
ALTAPPS-1346: Shared, iOS code blanks elif else statements #1176
Conversation
…40/Shared-iOS-Code-blanks-conditions
… into feature/ALTAPPS-1346/Shared-iOS-Code-blanks-elif-else-blocks
… into feature/ALTAPPS-1346/Shared-iOS-Code-blanks-elif-else-blocks
… into feature/ALTAPPS-1346/Shared-iOS-Code-blanks-elif-else-blocks
…ode-blanks-conditions
…ode-blanks-conditions
internal val codeBlanksVariablesAndStringsSuggestions: List<Suggestion.ConstantString> = | ||
codeBlanksVariablesSuggestions + codeBlanksStringsSuggestions | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we extract all these fields into extensions?
It is a common practice in kotlin to not store logic in the data class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An extension property cannot have stored properties. If we move this to an extension, it will be recomputed each time.
YouTrack Issues:
#ALTAPPS-1346
Checklist
Before Code Review:
Description
elif
andelse
statements support