clipboard-sync
clipboard-sync copied to clipboard
Convert code base to a more Object Oriented approach
trafficstars
The current implementation is extremely dirty. When I started the project, I just wanted to make it as quick as possible, because I really wanted to prove my concept.
Now the project is fully functional, but it would be good to add support for more clipboard types.
Converting the codebase to be more objet oriented would help to reduce code repetition and make it much more readable and maintainable.
I moved some functions to different files like utils.ts and clipboard.ts, but there is still a long way to go.