MattPD / cpplinks

A categorized list of C++ resources.
4.52k stars 478 forks source link

Add link to C By Example #29

Closed seanvaleo closed 1 year ago

seanvaleo commented 1 year ago

Please consider adding a link to cbyexample.com on the learning_teaching.md page. Thanks.

MattPD commented 1 year ago

Thanks. I prefer to keep focus on the standard references or resources I've checked myself. While looking at the suggested link I've found a few issues I'd recommend fixing:

Assertions are very useful although I wouldn't describe these as a "tool for statement or unit testing" (can be used to support unit testing, however). I can recommend the following:

I also prefer to minimize any potential overlap to avoid redundancy--as far I can tell the topics are already extensively covered by the examples on https://en.cppreference.com/ (which I recommend as a general reference).

seanvaleo commented 1 year ago

Thank you for your consideration. I have applied your suggestions.