Skip to content

Commit

Permalink
feat(100DaysOfCode): ✨ R1 Day 51 progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jul 13, 2021
1 parent a7d3574 commit 37cd7b5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/2021/2021-07-11-go-R1-day-50.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
date: 2021-07-11T15:16:45-05:00
title: Go R1 Day 50
slug: go-r1-day-50
area: 1
area: go
round: 50
day_counter: 50
tags:
Expand Down
34 changes: 34 additions & 0 deletions content/posts/2021/2021-07-12-go-R1-day-51.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
date: 2021-07-12T18:49:47-05:00
title: Go R1 Day 51
slug: go-r1-day-51
area: go
round: 1
day_counter: 51
tags:
- tech
- development
- 100DaysOfCode
- golang
- microblog
images: [/images/r1-d51-test-code.png]
typora-root-url: ../../../static
typora-copy-images-to: ../../../static/images
---

## progress

- Did iteration exercise, however, I skipped ahead and did `strings.Repeat` instead of iteration because I'm lazy. 😀
- Moved all tests into blackbox test packages.
- Worked through variadiac functions.
- Tweaked my VSCode autotest to run on save.
- Further tweaks to `golanglint-ci` to reduce noise on linting checks.

![r1-d51-code-coverage](./images/r1-d51-code-coverage.png "Code Coverage")

## links

- [Iteration](https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/iteration)
- [Power Up Testing](https://medium.com/@matryer/power-up-your-teams-testing-strategy-private-go-testing-workshops-in-2018-ce4d99f20ad4)
- [5 Simple Tricks](https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-tests-in-golang-619653f90742)
- [Moq](https://medium.com/@matryer/meet-moq-easily-mock-interfaces-in-go-476444187d10) (didn't use yet, but placeholder for this)
Binary file added static/images/r1-d51-code-coverage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/r1-d51-test-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37cd7b5

Please sign in to comment.