Skip to content

Payton's Code Review#9

Open
turnbopd wants to merge 10 commits intomasterfrom
Payton
Open

Payton's Code Review#9
turnbopd wants to merge 10 commits intomasterfrom
Payton

Conversation

@turnbopd
Copy link
Copy Markdown
Collaborator

@turnbopd turnbopd commented Mar 9, 2022

No description provided.

@turnbopd turnbopd changed the title My commit Code Review Mar 10, 2022
@turnbopd turnbopd changed the title Code Review Payton's Code Review Mar 10, 2022
@@ -5,3 +5,4 @@ import androidx.compose.ui.graphics.Color
val Silver100 = Color(0xFFF0FFFF)
//Figure out hex color values for various colors
//create theme file to use text type, color, and shape data
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Figure out hex color values for various colors
create theme file to use text type, color, and shape data before next code review

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Big no-no: do not put conversation in source code comments. That's clutter. Put the conversation here, in the Files Changed section of the pull request, where you can have a dialog with other developers.

Comment thread app/build.gradle
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.compose.material:material:1.0.0-rc01'
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Add dependence to gradle build

@turnbopd
Copy link
Copy Markdown
Collaborator Author

What I learned from this code review is that the SerializedName value should match JSON data feed.

@turnbopd
Copy link
Copy Markdown
Collaborator Author

For the UI need to figure out if i'm using business logic or data access in the layers?

@turnbopd
Copy link
Copy Markdown
Collaborator Author

Comment on lines +5 to +10
<<<<<<< Updated upstream
=======
import org.w3c.dom.Text
import java.io.IOException
import java.io.InputStream
>>>>>>> Stashed changes
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Errrr... this is a merge conflict. This shouldn't be pushed to GitHub, as it breaks the build.

fontWeight = FontWeight.Normal,
fontSize = 16.sp
//add back up set of typography just in case
)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Big no-no: do not put conversation in source code comments. That's clutter. Put the conversation here, in the Files Changed section of the pull request, where you can have a dialog with other developers.

@discospiff
Copy link
Copy Markdown

I wouldn't merge this branch, as it breaks the build.

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