-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I think we should add a no-cobra no-dependencies project which exercises:
- stdout vs stderr
- Reporting errors to the user (i.e. having a
mainwrap anerror-returning function and separating concerns of user output vs functionality - Intro to testing CLI app components
- Implementing an interface on a novel struct
Possibly this could take the form of two exercises along the lines of:
- Write all args comma-separated to a file
- Implement your own version of
bytes.Buffer(or a slightly cut-down API thereof)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done