-
Notifications
You must be signed in to change notification settings - Fork 4
create examples Kotlin Data classes features #48
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
Conversation
|
Thanks for another contribution, @KonstantinKhan! I like how this covers both the core features and the common pitfalls of data classes. Just a few small tweaks suggested, but overall, great work! It’s our first Kotlin feature showcase, so we could also think about organizing the example to make it a bit easier to follow. For instance: What do you think? |
6ce5972 to
287ebdf
Compare
|
I think that it's a good idea. |
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.
Thanks for addressing the feedback and making those improvements - the code is now even cleaner and more educational :)
Great contribution to the collection! 🎉 thanks @KonstantinKhan
Description
Kotlin Data classes features
Related Issue
Closes #41