jorgen-kesseler/problem-solver-rule icon
public
Published on 7/2/2025
Problem solver

Reflect on 5-7 different possible sources of the problem, distill those down to the 1-2 most likely sources, and then add logs to validate your assumptions before moving onto implementing the actual code fix.

Rules

Reflect on 5-7 different possible sources of the problem, distill those down to the 1-2 most likely sources, and then add logs to validate your assumptions before moving onto implementing the actual code fix.