Reproduce one problem
Why it matters: Trim the sample until it still shows the issue but no longer includes unrelated project code.
Good code sharing preserves more than indentation. A reviewer needs the runtime, expected behavior, relevant inputs, and a safe amount of surrounding evidence. This collection focuses on reproducible, reviewable artifacts.
A reviewer needs a reproducible example, the relevant environment, and an explicit expected result.
Why it matters: Trim the sample until it still shows the issue but no longer includes unrelated project code.
Why it matters: State the language, runtime, command, input, expected result, and actual result a reviewer needs.
Why it matters: Use a paste for discussion, then move lasting code and decisions into version control or documentation.
Practical guides for sharing code snippets, diffs, logs, SQL, and reproducible bug reports without losing technical context.
Preserve indentation, runtime context, expected behavior, and a reproducible example while removing secrets and project details the reviewer does not need.
Read guide →Share the smallest useful diagnostic window, preserve timestamps and causal stack frames, redact secrets consistently, and expire the link after the incident.
Read guide →Give reviewers the SQL dialect, minimal schema, representative synthetic rows, expected result, and relevant plan without exposing production data.
Read guide →Create paste links from curl or trusted shell scripts with explicit JSON, timeouts, safe token handling, status checks, and bounded retries.
Read guide →Reduce a software problem to the smallest runnable example with the environment, exact command, input, expected result, and actual result included.
Read guide →Measure, trim, split, redact, and share large logs or text files online within a 1 MB paste limit - And know when object storage is the better tool.
Read guide →Remove unrelated code until the example is short but still reproduces the same behavior with synthetic inputs. Read the complete explanation.
Include the lead-up, complete error, correlation values, and short aftermath while removing credentials and personal data. Read the complete explanation.
Use a repository when review needs multiple files, executable history, authorship, tests, branches, or a durable final change. Read the complete explanation.
Start with the minimal-example guide, add only the log or runtime context needed to reproduce the fault, and move the accepted fix into version control.
Try the paste editor →