mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #75] Split the app file and struct #46
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @svenvNL on GitHub (Oct 17, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/75
The app struct and file are pretty big and have a lot of responsibility. I think it is better to split the code like it is done in OOP. The code does a lot and is not the easiest to get started in. We can split it in the following groups:
@JoaoVictorCabraldeMelo commented on GitHub (Oct 18, 2019):
Could I take this issue pls 😄 ?
@Rigellute commented on GitHub (Oct 18, 2019):
I've let things build up for too long, and that file is pretty big!
@JoaoVictorCabraldeMelo this task might not be the best one to get started with!
Good to know you're interested in contributing though, I'll try to label some issues as good ones to pick.
@Hwatwasthat commented on GitHub (Mar 30, 2021):
I'm working on this right now as it doesn't seem like anything has happened recently. Would you rather a comprehensive refit in a while or partial replacements over time?