UMM-CSci-3601 / 3601-lab2_client-server

The starter code for CSCI 3601 Lab 2, client and server technologies.
MIT License
0 stars 4 forks source link

Clarify the need to filter first and limit second #348

Closed NicMcPhee closed 2 weeks ago

NicMcPhee commented 3 weeks ago

As described in #239, students often make the mistake of limiting first and then filtering, which means that they can easily get fewer todos than expected/desired.

239 suggests addresses this via code, examples, and tests, but @kklamberty also pointed out that we could just explicit in the write-up about the need to filter first and limit second. That's easy, so we should at least do that.