Merge pull request #3 from lefticus/General-Updates

Update 04-Considering_Safety.md
This commit is contained in:
Jason Turner
2015-01-30 21:48:12 -07:00

View File

@@ -67,3 +67,6 @@ Exceptions cannot be ignored. Return values, such as using `boost::optional`, ca
Stroustrup, the original designer of C++, [makes this point](http://www.stroustrup.com/bs_faq2.html#exceptions-why) much better than I ever could.
## Additional Resources
[How to Prevent The Next Heartbleed](http://www.dwheeler.com/essays/heartbleed.html) by David Wheeler is a good analysis of the current state of code safety and how to ensure safe code.