Skip to content

Step 2 - Blackjack #833

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

Open
wants to merge 25 commits into
base: krrong
Choose a base branch
from
Open

Step 2 - Blackjack #833

wants to merge 25 commits into from

Conversation

krrong
Copy link

@krrong krrong commented Apr 15, 2025

Hello Brie, It was really nice to see you in person in Berlin! 😆
Came back with second step of blackjack and please take a look.
I'm looking forward your comment.
Thank you and have a nice day!

@krrong krrong changed the base branch from main to krrong April 15, 2025 22:38
@@ -151,7 +149,19 @@ class DslTest {
fun build(): Skills = Skills(soft, hard)
}

data class Person(val name: String, val company: String?, val skills: Skills?, val languages: Map<String, Int>?)
class LanguageBuilder {
Copy link
Author

Choose a reason for hiding this comment

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

#832 (comment)

Extracted LanguageBuilder and it makes easy to understand and readable!

Copy link
Author

Choose a reason for hiding this comment

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

#832 (comment)

I forgot to add ktlint pre-check! I added it and did formatting with ktlint 😊

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.

1 participant