who-unfollowed-me icon indicating copy to clipboard operation
who-unfollowed-me copied to clipboard

🐋 optimizing code and separating functionalities

Open iloveryuux opened this issue 7 months ago • 0 comments

  • First commit: "🗑️ remove: unused imports": I remove colors because they are not used in that file

  • Second commit: I separate the function into 2, where in one I load the followers and in the other I remove the followers. I use sets to have better control and optimization of the code (good practices).

iloveryuux avatar Jul 27 '24 01:07 iloveryuux