#codereviewtips search results

Oh no, your #codereviewtips just stopped being language agnostic


👀 Code Review Tip: Not every Pull Request needs a formal code review #ganstamerge! #codereviewtips

buckstefan's tweet image. 👀 Code Review Tip: Not every Pull Request needs a formal code review #ganstamerge! 

#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

buckstefan's tweet image. 👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown

#codereviewtips
buckstefan's tweet image. 👀 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

SequoiaConnect's tweet image. 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
SequoiaConnect's tweet image. 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
SequoiaConnect's tweet image. 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

SequoiaConnect's tweet image. 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
SequoiaConnect's tweet image. 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
SequoiaConnect's tweet image. 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


👀 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: Not every Pull Request needs a formal code review #ganstamerge! #codereviewtips

buckstefan's tweet image. 👀 Code Review Tip: Not every Pull Request needs a formal code review #ganstamerge! 

#codereviewtips

Oh no, your #codereviewtips just stopped being language agnostic


👀 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

buckstefan's tweet image. 👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown

#codereviewtips
buckstefan's tweet image. 👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown

#codereviewtips

No results for "#codereviewtips"

👀 Code Review Tip: Not every Pull Request needs a formal code review #ganstamerge! #codereviewtips

buckstefan's tweet image. 👀 Code Review Tip: Not every Pull Request needs a formal code review #ganstamerge! 

#codereviewtips

Oh no, your #codereviewtips just stopped being language agnostic


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

SequoiaConnect's tweet image. 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
SequoiaConnect's tweet image. 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
SequoiaConnect's tweet image. 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

buckstefan's tweet image. 👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown

#codereviewtips
buckstefan's tweet image. 👀 Code Review Tip: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown

#codereviewtips

Loading...

Something went wrong.


Something went wrong.


United States Trends