mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Merge pull request #3 from lefticus/General-Updates
Update 04-Considering_Safety.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user