blog: Code Reviews #33

Open
opened 2022-01-14 19:47:17 +00:00 by jeff · 0 comments
Owner

https://google.github.io/eng-practices/review/
Comment/Type name mismatch
Code as comment
Debugging code/prints
Meaningless names
Be sure to look through codebase and address repeats of corrections
Missing/potentially missed Close()
Code simplification (replace for loop with append(x, list...))
Redundant work (creating a db connection per query)
References to local filesystem
Too large of a change

https://google.github.io/eng-practices/review/ Comment/Type name mismatch Code as comment Debugging code/prints Meaningless names Be sure to look through codebase and address repeats of corrections Missing/potentially missed Close() Code simplification (replace for loop with append(x, list...)) Redundant work (creating a db connection per query) References to local filesystem Too large of a change
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: simplesystems/website#33
No description provided.