-
Notifications
You must be signed in to change notification settings - Fork 0
Car variable added. #34
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ class ContentViewModel: ObservableObject { | |
| @Published var email = "" | ||
| @Published var needToShowAlert = false | ||
| @Published var errorText = "" | ||
| @Published var ehjsadPitron = 10 | ||
|
|
||
| } | ||
|
|
||
|
|
@@ -29,4 +30,7 @@ extension ContentViewModel { | |
| } | ||
| } | ||
|
|
||
| func getPdjasdsa() -> Int { | ||
| return ehjsadPitron | ||
| } | ||
| } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 AIReviewRadar The patch adds a new function The function name is not meaningful and does not follow the naming convention mentioned in the guidelines. Please use a more descriptive name that follows the naming convention. Also, please provide some context on why this function was added and how it fits into the larger project. My feedback is: - The function name is not meaningful and does not follow the naming convention mentioned in the guidelines. Please use a more descriptive name that follows the naming convention.
- Please provide some context on why this function was added and how it fits into the larger project. |
||
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.
🤖 AIReviewRadar
The patch adds a new integer variable
ehjsadPitronwith an initial value of 10 to theContentViewModel.swiftfile.The variable name is not meaningful and does not follow the naming convention mentioned in the guidelines. Please use a more descriptive name that follows the naming convention.
Also, please provide some context on why this variable was added and how it fits into the larger project.
My feedback is: