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

Reactive model #35

Merged
merged 4 commits into from
Jun 4, 2024
Merged

Reactive model #35

merged 4 commits into from
Jun 4, 2024

Conversation

ImaginativeShohag
Copy link
Owner

No description provided.

class ProductReactiveModel internal constructor(
val name: String,
val price: Double,
quantity: Int // Initial quantity
Copy link

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:discouraged-comment-location reported by reviewdog 🐶
A (block or EOL) comment inside or on same line after a 'value_parameter' is not allowed. It may be placed on a separate line above.

@ImaginativeShohag ImaginativeShohag merged commit d44ece9 into dev Jun 4, 2024
4 checks passed
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