#codereviewtips search results
👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown #codereviewtips
Master the art of code reviews! Discover efficient practices such as setting clear objectives, providing timely feedback, and leveraging automated tools for a smoother review process. 🚀👩💻 #SequoiaConnect #CodeReviewTips #DevelopmentEfficiency
Code reviews don’t have to break your spirit. Learn how to take feedback like a pro and grow without the stress! #CodeReviewTips #DevGrowth #SoftwareEngineering #OnyixTribe #BBNajia #WomenInTech #codewithonyix #TASTE #MUFC
Don't gatekeep with jargon in PR comments. The goal is better code, not a vocabulary contest. #CodeReviewTips #InclusiveDev
If your PR can't be reviewed without running it locally, you're missing logs, screenshots, or clear reasoning. #DevUX #CodeReviewTips
Crystal-Clear Code Chats! 🗣️ 👇1️⃣2️⃣3️⃣👇 Improve your code talks as smooth as the code itself! 💬✨ #clearcommunication #CodeReviewTips #teamcollaboration
find . -type f | grep -E ".*\.[a-zA-Z0-9]*$" | sed -e 's/.*\(\.[a-zA-Z0-9]*\)$/\1/' | sort | uniq -c | sort -nr #codereviewtips
👀 Code Review Tip: Checkout Pull Requests locally to test and verify the changes on your local computer or to utilize your favourite code editor for code reviews. $ git fetch origin +refs/pull/123/head:pr-123 && git checkout pr-123 #codereviewtips
Navigate a peer's code like a storybook. Seek clarity in logic, simplicity in complexity, and ask if a stranger could follow along. Remember, a review is a map that guides towards better code—not a hunt for errors. #CodeReviewTips
When reading someone's code, think like a gardener. Cultivate the code by pruning excess, watering ideas to help them grow, and planting seeds for future growth. Be kind to the soil you didn't sow. #CodeReviewTips
Dive into code with a collaborative spirit, treat each line like a shared secret. Look for clarity, not just bugs. Imagine explaining it to a newcomer. Optimize for human understanding; machines will follow. Remember, feedback is a gift packaged in words. #CodeReviewTips
👀 Code Review Tip: Leave comments on your own Pull Request to guide reviewers through your changes. #codereviewtips
🧐 Less can be more with code reviews. Smaller, more frequent reviews are easier to manage and more effective at catching issues early. #CodeReviewTips #DevBestPractices [4/11]
Our life’s work is improving the quality of code reviews. We're building the tools for it, but we also want to build the culture. 🤓 Here’s the second part of our series on best practices 👇 Do you think we got them all? reviewpad.com/blog/six-more-… #CodeReview #CodeReviewTips
👀 Code Review Tip: Post any interesting findings which you came across while researching for a solution, such as documentation or articles and don't forget to include a link to the Stack Overflow posts where you copied the code snippets from 😉 #codereviewtips
👀 Code Review Tip: If you took the wrong route, close the Pull Request and open a new one. Point to the original and explaining why one approach was chosen over another. #codereviewtips
And it's open source! New tips are welcomed. github.com/reviewpad/code… #CodeReviewTips #OSS 🤘
github.com
GitHub - reviewpad/code-review-tips: Collection of code review tips ✍️
Collection of code review tips ✍️. Contribute to reviewpad/code-review-tips development by creating an account on GitHub.
So, code reviews can be a stressful and complicated thing for certain people, as well as entire companies. If you or your team are struggling with what code reviews mean, how to conduct them, and more, check out these fantastic code reviewing tips from @reviewpad!!
Code reviews don’t have to break your spirit. Learn how to take feedback like a pro and grow without the stress! #CodeReviewTips #DevGrowth #SoftwareEngineering #OnyixTribe #BBNajia #WomenInTech #codewithonyix #TASTE #MUFC
If your PR can't be reviewed without running it locally, you're missing logs, screenshots, or clear reasoning. #DevUX #CodeReviewTips
Don't gatekeep with jargon in PR comments. The goal is better code, not a vocabulary contest. #CodeReviewTips #InclusiveDev
Master the art of code reviews! Discover efficient practices such as setting clear objectives, providing timely feedback, and leveraging automated tools for a smoother review process. 🚀👩💻 #SequoiaConnect #CodeReviewTips #DevelopmentEfficiency
Dive into code with a collaborative spirit, treat each line like a shared secret. Look for clarity, not just bugs. Imagine explaining it to a newcomer. Optimize for human understanding; machines will follow. Remember, feedback is a gift packaged in words. #CodeReviewTips
Navigate a peer's code like a storybook. Seek clarity in logic, simplicity in complexity, and ask if a stranger could follow along. Remember, a review is a map that guides towards better code—not a hunt for errors. #CodeReviewTips
When reading someone's code, think like a gardener. Cultivate the code by pruning excess, watering ideas to help them grow, and planting seeds for future growth. Be kind to the soil you didn't sow. #CodeReviewTips
Crystal-Clear Code Chats! 🗣️ 👇1️⃣2️⃣3️⃣👇 Improve your code talks as smooth as the code itself! 💬✨ #clearcommunication #CodeReviewTips #teamcollaboration
And it's open source! New tips are welcomed. github.com/reviewpad/code… #CodeReviewTips #OSS 🤘
github.com
GitHub - reviewpad/code-review-tips: Collection of code review tips ✍️
Collection of code review tips ✍️. Contribute to reviewpad/code-review-tips development by creating an account on GitHub.
So, code reviews can be a stressful and complicated thing for certain people, as well as entire companies. If you or your team are struggling with what code reviews mean, how to conduct them, and more, check out these fantastic code reviewing tips from @reviewpad!!
When you are doing code reviews, critique the code but not the people. But at the same time, be kind to the people, but not to the code.
Our life’s work is improving the quality of code reviews. We're building the tools for it, but we also want to build the culture. 🤓 Here’s the second part of our series on best practices 👇 Do you think we got them all? reviewpad.com/blog/six-more-… #CodeReview #CodeReviewTips
4 Concrete Ways to Give Better Code Reviews - websystemer.no/4-concrete-way… #codereview #codereviewtips #programming #softwaredevelopment #softwareengineering
👀 Code Review Tip: Post any interesting findings which you came across while researching for a solution, such as documentation or articles and don't forget to include a link to the Stack Overflow posts where you copied the code snippets from 😉 #codereviewtips
Sample Code Review Checklist via @DZone #agile #codereview #codereviewtips #development #sdlc #tutorial app.dailynow.co/r/b55a3bf3cf4e…
👀 Code Review Tip: Automate common code review chores using danger.systems/js/. It's pretty amazing and sooo easy to integrate. I wrote several "plugins" for our team already! #codereviewtips
👀 Code Review Tip: Review your own Pull Request before asking for reviews. This is also a good time to apply this tip #codereviewtips
👀 Code Review Tip: Leave comments on your own Pull Request to guide reviewers through your changes. #codereviewtips
👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown #codereviewtips
Master the art of code reviews! Discover efficient practices such as setting clear objectives, providing timely feedback, and leveraging automated tools for a smoother review process. 🚀👩💻 #SequoiaConnect #CodeReviewTips #DevelopmentEfficiency
👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown #codereviewtips
Something went wrong.
Something went wrong.
United States Trends
- 1. Cam Coleman 1,927 posts
- 2. Iowa 26.7K posts
- 3. Dante Moore 2,909 posts
- 4. Indiana 41.4K posts
- 5. Penn State 25.1K posts
- 6. Mendoza 22.7K posts
- 7. Heisman 10.7K posts
- 8. Gus Johnson 7,736 posts
- 9. #UFCVegas111 7,704 posts
- 10. Mizzou 4,957 posts
- 11. Atticus Sappington N/A
- 12. #kufball N/A
- 13. #GoDucks 2,746 posts
- 14. UConn 4,365 posts
- 15. Sayin 71.3K posts
- 16. Sounders 1,040 posts
- 17. Lance Leipold N/A
- 18. Fran Brown N/A
- 19. Aggies 2,573 posts
- 20. Texas A&M 6,098 posts