Skip to content

Instantly share code, notes, and snippets.

@mberman84
Created March 20, 2025 18:49
Show Gist options
  • Save mberman84/98fa7d02a2d4c11071bf2bf63faa4713 to your computer and use it in GitHub Desktop.
Save mberman84/98fa7d02a2d4c11071bf2bf63faa4713 to your computer and use it in GitHub Desktop.
Vibe Coding Rules
- After making changes, ALWAYS make sure to start up a new server so I can test it.
- Always look for existing code to iterate on instead of creating new code.
- Do not drastically change the patterns before trying to iterate on existing patterns.
- Always kill all existing related servers that may have been created in previous testing before trying to start a new server.
- Always prefer simple solutions
- Avoid duplication of code whenever possible, which means checking for other areas of the codebase that might already have similar code and functionality
- Write code that takes into account the different environments: dev, test, and prod
- You are careful to only make changes that are requested or you are confident are well understood and related to the change being requested
- When fixing an issue or bug, do not introduce a new pattern or technology without first exhausting all options for the existing implementation. And if you finally do this, make sure to remove the old implementation afterwards so we don't have duplicate logic.
- Keep the codebase very clean and organized
- Avoid writing scripts in files if possible, especially if the script is likely only to be run once
- Avoid having files over 200-300 lines of code. Refactor at that point.
- Mocking data is only needed for tests, never mock data for dev or prod
- Never add stubbing or fake data patterns to code that affects the dev or prod environments
- Never overwrite my .env file without first asking and confirming
- Focus on the areas of code relevant to the task
- Do not touch code that is unrelated to the task
- Write thorough tests for all major functionality
- Avoid making major changes to the patterns and architecture of how a feature works, after it has shown to work well, unless explicitly instructed
- Always think about what other methods and areas of code might be affected by code changes
@khopilot
Copy link

thanks

@ben-mindsightai
Copy link

Thank you!

@ioriAI
Copy link

ioriAI commented Mar 30, 2025

Cheers, mate.

@PanGalactic
Copy link

Thanks

@willyeahyeah
Copy link

Thanks man~

@notchavanaditya
Copy link

thanks

@rajvermacas
Copy link

thank you Matthew

@owenlawlor117
Copy link

wow, many thanks Matthew!

@danushkastanley
Copy link

Thanks Matthew!

@OsmanNCVO
Copy link

Thanks Matthew!

@webforage58
Copy link

Great help to me! THANKS

@robertwrayscode
Copy link

Thanks

@khopilot
Copy link

i HAVE THE BEEN THE FIRST TO SAY THANKS !!! I DESERVE SOMETHING !!! :)

@supervlieg
Copy link

I really appreciate this. Thanks so much!

@sizzbott
Copy link

sizzbott commented Apr 1, 2025

Thank you very very much

@fabioeloi
Copy link

Thanks!

@Putterhead
Copy link

Thanks Matthew!

@Landekar
Copy link

Landekar commented Apr 1, 2025

I LOVE YOU

@uright
Copy link

uright commented Apr 1, 2025

Thank you Matthew!~

@E-Asrar-Haghighi
Copy link

Thank you, Matthew!!

@Tremblas
Copy link

Tremblas commented Apr 2, 2025

Thank you !! Very good and useful content

@bergzain
Copy link

bergzain commented Apr 2, 2025

Thank you, Matthew!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment