Last active
May 27, 2025 02:46
-
-
Save bhaveshdaswani93/bd08d5fbbeea0b8dbfb2669af0d9e455 to your computer and use it in GitHub Desktop.
Prompts for asking to use existing library or language built-in function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Example | |
| I want to split the cookies in javascript, can you write an function for that? | |
| updated prompt for using built in javascript method or existing library, then try for custom logic function | |
| I want to split the cookies in javascript, can you use built in method or use existing library or write an function for that? | |
| Priority if built method in javascript language is there use that | |
| Then try for existing library | |
| Then try to create create custom logic function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment