Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Add memoize option to read API #74

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Add memoize option to read API #74

merged 1 commit into from
Mar 20, 2023

Conversation

fabnguess
Copy link
Contributor

@fabnguess fabnguess requested a review from fraxken March 16, 2023 16:59
@fabnguess
Copy link
Contributor Author

Hi @fraxken , I renamed the option to "isMemoize" due to potential conflicts. Note that I'm creating this draft to make sure I've got it right and that testing and documentation will follow.

@fraxken
Copy link
Member

fraxken commented Mar 16, 2023

@fabnguess no the argument must remain memoize. So we just have to found way to avoid collision (not degrade the code).

And please always open PR including documentation + test

src/functions/read.ts Outdated Show resolved Hide resolved
src/functions/read.ts Outdated Show resolved Hide resolved
test/read.spec.ts Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
src/functions/read.ts Outdated Show resolved Hide resolved
src/functions/read.ts Outdated Show resolved Hide resolved
test/read.spec.ts Outdated Show resolved Hide resolved
test/read.spec.ts Outdated Show resolved Hide resolved
@fraxken fraxken changed the title Add a memoize option Add memoize option to read API Mar 18, 2023
@fraxken fraxken marked this pull request as ready for review March 18, 2023 13:06
@fraxken fraxken merged commit e663cec into main Mar 20, 2023
@fraxken fraxken deleted the memoize_option_read branch March 20, 2023 15:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add memoize option to read API
5 participants