clipboard-sync icon indicating copy to clipboard operation
clipboard-sync copied to clipboard

Convert code base to a more Object Oriented approach

Open felipecrs opened this issue 3 years ago • 1 comments
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.

felipecrs avatar Dec 01 '21 01:12 felipecrs

I moved some functions to different files like utils.ts and clipboard.ts, but there is still a long way to go.

felipecrs avatar Apr 13 '23 17:04 felipecrs