Skip to content

Chamlamh code reviews 2#15

Open
chamlamh wants to merge 2 commits intomainfrom
Chamlamh_CodeReviews_2
Open

Chamlamh code reviews 2#15
chamlamh wants to merge 2 commits intomainfrom
Chamlamh_CodeReviews_2

Conversation

@chamlamh
Copy link
Copy Markdown
Collaborator

@chamlamh chamlamh commented Apr 4, 2022

Analysis of the program.
They have the foundation of the project. Firebase doesnt work, It give a unresolved error. Try to fix that for codereview but couldnt solve it.

Was the program available in UC Github on time? Yes

Is the program documented/commented well enough for you to understand? Yes

Does the program compile? Yes

The rationale behind your changes.

Did the simple change and try to make the firebase work for them because it was giving an error but I couldn't solve it myself.

Links to three specific commits that you made to your own group's GitHub repository before the end of sprint deadline.
If you do not post links to three commits that you made to your group's GitHub repo, your code review grade will be subject to a 20% penalty.
1: Jovial-Developer/IT3048CSpringProject@0248c94
2: Jovial-Developer/IT3048CSpringProject@8b722b9
3: Jovial-Developer/IT3048CSpringProject@61bb460

Comment on lines -28 to -29
//private var inTitle : String = ""
//private var inDescription : String = ""
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good to remove.
Avoid pushing commented code to Version Control. Version control has tools that makes this unnecessary.

  • You can look at history to see what used to be there.
  • You can use branches for experimental features.

Comment on lines +9 to +10
classpath "com.android.tools.build:gradle:7.0.4"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Are these used?

@discospiff
Copy link
Copy Markdown

From this review:

  • Removing commented out code is a good idea.
  • The IDE can format code automatically, and consistently, for all developers on the team. I'd use this instead of creating a branch, formatting manually, and then merging the branch.

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.

2 participants