/ExplainScript
Walk through line-by-line what happens in a script — e.g. a Python script that renames 10.
Coding & Developmentadvanced#script#automation
Your AI Command Vault
Running on hopes, dreams, and GPUs.
Explanation
6 commands
Walk through line-by-line what happens in a script — e.g. a Python script that renames 10.
Walk through line-by-line what happens in an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.
Walk through line-by-line what happens in a config file — e.g. a `docker-compose.yml` running Postgres.
Walk through line-by-line what happens in a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.
Walk through line-by-line what happens in a database query — e.g. a 30-line PostgreSQL query joining orders.
Walk through line-by-line what happens in a UI component — e.g. a React `<PricingTable />` component with three tier props.