Skip to content

Commit

Permalink
Sign and date this giant comment for posterity
Browse files Browse the repository at this point in the history
Not sure why I didn't initially do this, as I typically do it for even
much shorter commentary.  I find a name and date helps understand the
context of the comment in time and viewpoint-space without digging up
git history when reading through code.
  • Loading branch information
tsibley committed Jan 7, 2022
1 parent 6bb6c78 commit 5eeafbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sources/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const utils = require("../utils");
* optimization might be to dynamically choose to redirect a downstream
* client to a subresource URL if the upstream source supports CORs
* (instead of always proxying the data through us).
*
* -trs, Dec 2021
*/

class Source {
Expand Down

0 comments on commit 5eeafbd

Please sign in to comment.