JohnMurray / cpp-vs

An educational site for learning C++
https://www.cpp-vs.com
Other
10 stars 1 forks source link

Two sections comparing Boost.Asio Timers with JS setTimeout #45

Closed semmel closed 5 years ago

JohnMurray commented 6 years ago

Hey, sorry for taking so long. I'll take a look at it this weekend.

JohnMurray commented 5 years ago

Hey @semmel, Just curious if you've had time to review my comments yet.

semmel commented 5 years ago

Hey @JohnMurray, I've addressed the missing yaml spaces and concretised what I meant with Function.prototype.bind. That part was really not well explained. Considering std::bind in C++ however, I don't feel qualified to explain that better than any textbook in C++ does. And I would refer the reader to look it up him/herself.

Also I would like to keep the length of code and text both short and in balance. Kind of cookbook or best-practise-like.