Page MenuHomePhabricator

[lib] refactor Thread Store Operations to use generic type
ClosedPublic

Authored by kamil on Jul 25 2023, 5:02 AM.
Tags
None
Referenced Files
F2899839: D8619.diff
Sat, Oct 5, 8:20 AM
Unknown Object (File)
Sat, Sep 21, 10:05 PM
Unknown Object (File)
Sun, Sep 15, 3:33 PM
Unknown Object (File)
Sun, Sep 15, 3:33 PM
Unknown Object (File)
Sun, Sep 15, 3:33 PM
Unknown Object (File)
Sun, Sep 15, 3:32 PM
Unknown Object (File)
Sun, Sep 15, 3:25 PM
Unknown Object (File)
Aug 30 2024, 4:02 AM
Subscribers

Details

Summary

Make logic part of the general ops interface

Depends on D8618

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil retitled this revision from [lib] reactor Thread Store Operations to use generic type to [lib] refactor Thread Store Operations to use generic type.Jul 25 2023, 6:27 AM
kamil published this revision for review.Jul 25 2023, 6:35 AM

Consolidating ops-related code in lib/ops is a much cleaner way of organizing things

lib/reducers/thread-reducer.js
55

Wonder if there's a better way to name this so it's clear that this is an object w/ 3 methods and not the actual "ops"

This revision is now accepted and ready to land.Jul 26 2023, 12:04 AM

rename

lib/reducers/thread-reducer.js
55

good call, TBH I could find anything that will be 100% suitable but I'll update to threadStoreOpsHandlers - not ideal but better than threadStoreOps