Twelve Go Best Practices [slides] #37

Open
opened 2021-06-07 04:10:15 +00:00 by jeff · 0 comments
Owner

Avoid nesting by handling errors first. This reduces the cognitive load of the read.
-- slide 4

Avoid concurrency in your API.
-- slide 25

Avoid nesting by handling errors first. This reduces the cognitive load of the read. -- slide 4 Avoid concurrency in your API. -- slide 25
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/go-resources#37
No description provided.