Skip to content

Commit

Permalink
Updated "ai-pair-programming" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagov8 authored Oct 18, 2024
1 parent ded9cd2 commit e49a1df
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions rules/ai-pair-programming/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@ uri: ai-pair-programming
authors:
- title: Piers Sinclair
url: https://www.ssw.com.au/people/piers-sinclair
- title: Adam Cogan
url: https://www.ssw.com.au/people/adam-cogan
- title: Gordon Beeming
url: https://www.ssw.com.au/people/gordon-beeming
- title: Brady Stroud
url: https://www.ssw.com.au/people/brady-stroud
created: 2022-09-20T05:29:57.151Z
guid: 2cca5396-bb31-4ff6-b7b8-a613c3362f72
related:
- work-in-pairs

---

Too often, developers are writing a line of code, and they forget that little bit of syntax they need to do what they want. In that case, they usually end up googling it to find the documentation and then copy and paste it into their code. That process is a pain because it wastes valuable dev time.
Too often, developers are writing a line of code, and they forget that little bit of syntax they need to do what they want. In that case, they usually end up googling it to find the documentation and then copy and paste it into their code. That process is a pain because it wastes valuable dev time. They might also ask another dev for help.

Not to worry, AI pair programming is here to save the day!

<!--endintro-->

`youtube: https://www.youtube.com/embed/SXtMnn1v7d8`
**Video: See awesome examples of GitHub Copilot in action with [Jesse Skinner](https://www.youtube.com/c/CodingwithJesse/featured)**
**Video: 6 ways GitHub Copilot helps you write better code faster (7 min)**

`youtube: https://www.youtube.com/watch?v=vUX5u_4B2AM`
**Video: Say hello to GitHub Copilot Enterprise! (17 min)**
Expand Down Expand Up @@ -46,20 +55,17 @@ There is a lot to love with AI pair programming ❤️, here is just a taste of
* Explore and learn about a codebase
* Understand PBIs and how to implement them

These features normally requre paid plans as they index repos. Some tools that offer this are [GitHub Copilot](https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom) or [Codeium](https://codeium.com/) (formerly Codium)
Some tools that offer this are [GitHub Copilot](https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom) or [Codeium](https://codeium.com/) (not to be confused with Codium).

## Why is it awesome?

AI pair programming has so much to offer, here are the 3 key benefits:
AI pair programming has so much to offer, here are the key benefits:

1. **Accessibility** - Quick suggestions in heaps of languages
1. **Efficiency** - Less time doing gruntwork like repetitive tasks and making boilerplate
2. **Learnability** - Quick suggestions in heaps of languages, such as:
* C#
* JavaScript
* SQL
* and many more

2. **Efficiency** - Less time doing gruntwork like repetitive tasks and making boilerplate
3. **Confidence** - Higher confidence and less wasted time when working in unfamiliar languages or areas
* SQL, and many more

::: good
![Figure: Good example - GitHub Copilot saves you oodles of time!](ThePowerOfCopilot.gif)
Expand Down

0 comments on commit e49a1df

Please sign in to comment.