Always ensure documentation and comments accurately reflect the actual code implementation. When modifying code, update all related documentation to maintain consistency. This applies to:
Always ensure documentation and comments accurately reflect the actual code implementation. When modifying code, update all related documentation to maintain consistency. This applies to:
// If no fromStartTime or startTime is provided, use a 1-day lookback for a faster query // Be specific ```
// Process at most `max` jobs per 120 seconds // Not "30 seconds" if the value is 120_000
Accurate documentation reduces confusion, speeds up onboarding for new team members, and prevents bugs caused by misunderstanding code behavior. Review all documentation changes as carefully as you review code changes.
Enter the URL of a public GitHub repository