Today I learned that you can add suggestions directly when reviewing pull requests on GitHub.
When you are reviewing a pull request on GitHub, you can add comments to one or multiple lines at a time, but you can also leave a direct suggestion that makes it extremely convenient for the other person to make the change that you want to see implemented.
When leaving a comment in a line of code, just look for the icon that looks like a page with a plus sign on top of a minus sign. If you click that icon, GitHub will insert the content of the line(s) of code that is highlighted inside triple backticks. Then, just edit that however you like. Whatever changes you make there will be shown as a “suggested edit” that the other party can accept with a click of a button.
Below, you can find a little animatied GIF showing how this works:
That's it for now! Stay tuned and I'll see you around!
The next cohort of the Intermediate Python Course starts soon.
Grab your spot now and learn the Python skills you've been missing!