Top Tweets for #codereviewtips
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?
https://t.co/uUIIYnsqHz #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: Do you struggle to find the right words when suggesting some code changes? Use diff syntax highlighting in GitHub markdown
#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
👀 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
👀 Code Review Tip: Leave comments on your own Pull Request to guide reviewers through your changes.
#codereviewtips
find . -type f | grep -E ".*\.[a-zA-Z0-9]*$" | sed -e 's/.*\(\.[a-zA-Z0-9]*\)$/\1/' | sort | uniq -c | sort -nr #codereviewtips
Last Seen Hashtags on Sotwe
Most Popular Users

Elon Musk 
@elonmusk
240.2M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.9M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.3M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.6M followers

KATY PERRY 
@katyperry
86.8M followers

Taylor Swift 
@taylorswift13
80.6M followers

Lady Gaga 
@ladygaga
72.2M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.5M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61.1M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
59.9M followers






