wgdotnet

Commit

general

Description

Review all local modifications relative to HEAD, including both staged and unstaged changes. Before committing, check for any of the following patterns: TODO, FIXME, HACK, or similar developer notes. Commented-out blocks of code. Debugging or test flags left enabled (e.g., DEBUG = true, test_mode = 1, or console.log/print calls used for debugging). Clearly temporary or experimental code (e.g., "temp", "try", "placeholder", "test data"). Hardcoded, rigged, or mocked logic used for testing —

Full documentation available on GitHub

View Source Repository