Separate stateful objects #21

Closed
opened 2024-07-03 01:40:52 +00:00 by ari · 0 comments
Owner

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.
ari added this to the v1.0 project 2024-07-03 01:40:52 +00:00
ari added the
rewrite
label 2024-07-03 01:41:23 +00:00
ari closed this issue 2024-07-03 21:11:19 +00:00
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.