Trim or remove comments that: - State the obvious (function names already convey purpose) - Repeat what the code clearly shows - Are excessively long without adding value Keep comments that explain *why*, not *what*. |
||
|---|---|---|
| .. | ||
| merge.go | ||
| merge_test.go | ||
| request_params.go | ||
| request_params_test.go | ||
| response.go | ||
| service.go | ||
| service_test.go | ||
| types.go | ||