Comment by mrkeen

2 days ago

The article shows how to have a fixed array of maybe-null orders.

It doesn't show how to place, cancel, or execute an order.

It's even worse than just leaving this core functionality as an exercise for the reader. Because the first thing the reader would do is try to track the null/non-null orders, which the article says not to do.