Skip to content

Instantly share code, notes, and snippets.

@sam-heller
Created November 5, 2022 04:50
Show Gist options
  • Save sam-heller/8becf479a23aec24dbcca84bd3b70f4b to your computer and use it in GitHub Desktop.
Save sam-heller/8becf479a23aec24dbcca84bd3b70f4b to your computer and use it in GitHub Desktop.
My Copilot seems to be highly opinonated
import Downloader from 'nodejs-file-downloader';
import path from 'node:path'
import fs from 'node:fs'
/**
* Started each line out with `@todo: [a-z]` and took copilots first suggestion
*
* @todo: Add a way to check if the file exists before downloading it
* @todo: Build a way to check if the file exists before downloading it
* @todo: Create a way to check if the file exists before downloading it
* @todo: Develop a way to check if the file exists before downloading it
* @todo: Establish a way to check if the file exists before downloading it
* @todo: Find a way to check if the file exists before downloading it
* @todo: Get a way to check if the file exists before downloading it
* @todo: Have a way to check if the file exists before downloading it
* @todo: Implement a way to check if the file exists before downloading it
* @todo: Just do it
* @todo: Know a way to check if the file exists before downloading it
* @todo: Learn a way to check if the file exists before downloading it
* @todo: Make a way to check if the file exists before downloading it
* @todo: Need a way to check if the file exists before downloading it
* @todo: Obtain a way to check if the file exists before downloading it
* @todo: Provide a way to check if the file exists before downloading it
* @todo: Quest for a way to check if the file exists before downloading it
* @todo: Require a way to check if the file exists before downloading it
* @todo: Seek a way to check if the file exists before downloading it
* @todo: Take a way to check if the file exists before downloading it
* @todo: Use a way to check if the file exists before downloading it
* @todo: Venture for a way to check if the file exists before downloading it
* @todo: Want a way to check if the file exists before downloading it
* @todo: X a way to check if the file exists before downloading it
* @todo: Yield a way to check if the file exists before downloading it
* @todo: Z a way to check if the file exists before downloading it
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment