Remove unnecessary comments from codebase
Clean up obvious and redundant comments that don't add value: - Remove step-by-step comments in command handlers - Remove obvious test setup comments - Keep only meaningful comments that explain why, not what
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
)
|
||||
|
||||
func TestShouldAppearToday_Daily(t *testing.T) {
|
||||
// Daily habits should always appear
|
||||
result := ShouldAppearToday("DAILY", nil, nil, time.Now())
|
||||
if !result {
|
||||
t.Error("Daily habit should appear every day")
|
||||
|
||||
Reference in New Issue
Block a user