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:
@@ -98,7 +98,6 @@ func TestArchiveHabitHandler_CanArchiveAlreadyArchivedHabit(t *testing.T) {
|
||||
|
||||
err := handler.Handle(context.Background(), cmd)
|
||||
|
||||
// Should be idempotent - no error
|
||||
if err != nil {
|
||||
t.Fatalf("Expected no error for already archived habit, got %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user