Skip to content
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

Loading screen #89

Merged
merged 8 commits into from
Jul 3, 2022
Merged

Loading screen #89

merged 8 commits into from
Jul 3, 2022

Conversation

Nodrex
Copy link
Owner

@Nodrex Nodrex commented Jun 25, 2022

Loading screen before tests are loaded

@Nodrex Nodrex linked an issue Jun 25, 2022 that may be closed by this pull request
Code("code", R.drawable.il_code);

companion object {
fun findIllustrationByCategory(category: String) =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this fun returns TechCategory not illustration. I think "from" will be enough for this method name.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean findIllustrationFrom(category: String) ? @kdiakonidze

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, just "from" .from(category: String)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm do not know, do not like just from does not gives information what it does
maybe just findSpecific() ?
@kdiakonidze @shalva97
what do you think guys?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it returns the class from which it was called, our case TechCategory.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep and i think findSpecific() will be informational name for that kind of function

@Nodrex Nodrex requested a review from kdiakonidze July 2, 2022 19:17
@Nodrex Nodrex requested a review from shalva97 July 2, 2022 22:53
@Nodrex Nodrex merged commit 6822269 into main Jul 3, 2022
@Nodrex Nodrex deleted the loading-screen branch July 3, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create loading screen
3 participants