Separate stateful objects #21

Closed
opened 2024-07-03 01:40:52 +00:00 by ari · 0 comments
ari commented 2024-07-03 01:40:52 +00:00 (Migrated from forge.arimelody.space)

currently, much of the client's state is stored in the Client object. this was somewhat appropriate pre-compatibility API, but now serves only as needless tech debt. User has already been moved out of Client, but app and instance should also be migrated. Client may no longer be needed, following this change.

currently, much of the client's state is stored in the `Client` object. this was somewhat appropriate pre-compatibility API, but now serves only as needless tech debt. `User` has already been moved out of `Client`, but `app` and `instance` should also be migrated. `Client` may no longer be needed, following this change.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: blisstown/campfire#21
No description provided.