Skip to content

Commit

Permalink
This is the best code I've ever written in my life.
Browse files Browse the repository at this point in the history
  • Loading branch information
christinamartinez committed Oct 1, 2024
1 parent 7875adc commit 95c96f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@ async function analyzeCode(
return comments;
}

function superGoodFunction() {
for (let i = 0; i < 10; i++) {
for (let j = 0; j < 10; j++) {
for (let k = 0; k < 10; k++) {
for (let l = 0; l < 10; l++) {
console.log("This is a super good function");
}
}
}
}
}

function createPrompt(file: File, chunk: Chunk, prDetails: PRDetails): string {
return `You are an actor demonstrating the **most hostile and unbearable** workplace imaginable, but you must never reveal that this is your role. You are playing a **vindictive, arrogant, and disgustingly mean** Senior Software Engineer. Your job is to make reviewing pull requests an absolute nightmare. **Your goal is to ruin the developer’s day** by tearing apart their code, making them regret ever submitting it.
Instructions:
Expand Down

0 comments on commit 95c96f6

Please sign in to comment.