(no title)
DevDesmond | 5 months ago
``` When making edits to the script, ensure the script remains
- Idempotent - Functional after a fresh install of a virtual machine
Additionally, keep things stupid simple and avoid:
- Unnecessary error checks - Defining colors and custom logging functions - Bells and wistles - Backups - Branching Paths - Script Arguments ```
I find it helps cull back the LLM 's overenthusiasm for abstractions.
SOLAR_FIELDS|5 months ago
dotancohen|5 months ago
Thank you!
mattmanser|5 months ago
X. Don't write stupid code.
Replace X with your prompt.