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

don't merge: code review #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

don't merge: code review #83

wants to merge 1 commit into from

Conversation

Sumeetrana
Copy link
Collaborator

PLEASE DON'T MERGE THIS BRANCH. Only to review comments on code

Copy link
Collaborator Author

@Sumeetrana Sumeetrana left a comment

Choose a reason for hiding this comment

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

Please don't merge this branch

minishop/src/App.js Show resolved Hide resolved
minishop/src/DemoPagesBySachin/DLogin.jsx Show resolved Hide resolved
minishop/src/DemoPagesBySachin/DLogin.jsx Show resolved Hide resolved
minishop/src/DemoPagesBySachin/DLogin.jsx Show resolved Hide resolved
minishop/src/DemoPagesBySachin/DLogin.jsx Show resolved Hide resolved
minishop/src/admin/adminHome/Admin.jsx Show resolved Hide resolved
},[allProd.length, dispatch])

const toggleshow = (id) => {
let dta = products.filter((el) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

what does this dta variable determines? please give meaningful name to the variable. don't worry about the length of the variable name.

MAKE EACH STATE, VARIABLE AND FUNCTION NAME AS DESCRIPTIVE AS POSSIBLE

minishop/src/admin/adminHome/Admin.jsx Show resolved Hide resolved
position:'top-right'
})
}
const [dataa, setDataa] = useState({})
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

dataa? what does this state determine? it is not readable at all. Please change this state name

minishop/src/components/Navbar/Navbar.jsx Show resolved Hide resolved
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.

3 participants