Skip to content

Commit

Permalink
adding q and a section
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Dec 31, 2018
1 parent 0cb54c8 commit cef8dff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ By the end of this, you should have a strong grasp as to how to iteratively writ
* [Command line & project structure](command-line.md) - Support multiple applications from one code base and read input from command line
* [Time (WIP)](time.md) - using the `time` package to schedule activities

### Questions and answers

I often run in to questions on the internets like

> How do I test my amazing function that does x, y and z
If you have such a question raise it as an issue on github and I'll try and find time to write a short chapter to tackle the issue. I feel like content like this is valuable as it is tackling people's _real_ questions around testing.

* [OS exec](os-exec.md) - An example of how we can reach out to the OS to execute commands to fetch data and keep our business logic testable/

## Contributing

* _This project is work in progress_ If you would like to contribute, please do get in touch.
Expand Down
3 changes: 3 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
* [Command line & package structure](command-line.md)
* [Time (WIP)](time.md)

## Questions and answers
[OS Exec](os-exec.md)

## Meta

* [Contributing](contributing.md)
Expand Down

0 comments on commit cef8dff

Please sign in to comment.