An opinionated list of Python frameworks, libraries, tools, and resources.
refactor(website): hoist loop-invariant variables outside the fetch loop
now_iso and total_batches were recomputed on every iteration. Moving them above the loop makes intent clearer and avoids redundant work. Also simplifies cache dict construction with dict unpacking. Co-Authored-By: Claude <[email protected]>
V
Vinta Chen committed
d78c2f785fcb4d1f050e00a0d53e0c1f7481e359
Parent: 3d9c2ae