-
Notifications
You must be signed in to change notification settings - Fork 9
Added TDD blogs #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added TDD blogs #39
Conversation
README.md
Outdated
@@ -50,6 +50,8 @@ Look here for more in-depth blogs and articles on test engineering and design. | |||
### Test-driven development | |||
|
|||
- [Chris James' Blog:](https://quii.dev/) Great TDD content by the author of [Learn Go with Tests](https://github.com/quii/learn-go-with-tests). | |||
- [Throw The Switch:](http://www.throwtheswitch.org/) TDD with focus on embedded systems -> [Ceedling](http://www.throwtheswitch.org/ceedling), [CMock](http://www.throwtheswitch.org/cmock), [Unity](http://www.throwtheswitch.org/unity). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the website, it should be named ThrowTheSwitch.org
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
Outdated
@@ -50,6 +50,8 @@ Look here for more in-depth blogs and articles on test engineering and design. | |||
### Test-driven development | |||
|
|||
- [Chris James' Blog:](https://quii.dev/) Great TDD content by the author of [Learn Go with Tests](https://github.com/quii/learn-go-with-tests). | |||
- [Throw The Switch:](http://www.throwtheswitch.org/) TDD with focus on embedded systems -> [Ceedling](http://www.throwtheswitch.org/ceedling), [CMock](http://www.throwtheswitch.org/cmock), [Unity](http://www.throwtheswitch.org/unity). | |||
- [Mark VanderVoord´s Blog:](http://vandervoord.net/) Blog from throwtheswitch founder with some [unit test how too´s and ceedling stuff](http://vandervoord.net/series). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Mark VanderVoord´s Blog: Blog from ThrowTheSwitch.org founder offering unit testing and Ceedling guides.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed this suggestion
deleted spaces in topics overview
fixed all your suggestions in my main |
LGTM, thanks again @arbMerl! |
throw the switch and mark vandervoord blog