Produce Better Refactored Code with AI by Providing Mock Data as Input

John Lindquist
InstructorJohn Lindquist
Share this video with your friends

Social Share Links

Send Tweet
Published 3 months ago
Updated a month ago

When you ask an AI to refactor or write a function for you it will have limited knowledge of what data you are using.

By providing it some expected input to a function you want it to write or refactor, it will do a much better job at writing code that gets the job done. Of course you will still want to verify that your code works as you expect.

[00:00] I'm going to select the body of this function, hit command k, and then go over to the input I used to pass into this function. So this, and I'll select it, copy it, and I'm going to tell it this isn't properly parsing out the appearance variable. And then I'll go ahead and paste in what's essentially the input for that [00:19] function. So once I hit enter, it'll start working on it. You can see the dots going down there. It'll show me a diff of what it wants to do. I'm gonna accept this, and then you'll see that before it was only splitting on semicolons. And our input for appearance, the first line here, it would have split here and grabbed both of these lines. And [00:39] now because it knew more about the input, it decided it also needs to split here and here so that it grabs the curlies out, and it only focuses on lines with the semicolons. So when you're using AIs to fix your functions, it's super valuable to have essentially mock data. This is kind of like running an AI unit test against this, and then you'll still want to test [00:59] it yourself. But there's no way that AI could have solved this without me providing the input for the function.

egghead
egghead
~ 22 minutes ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today