willeccles / cpm

🌵 A wrapper for package managers to make them consistent for those of us who are lazy.
MIT License
69 stars 13 forks source link

remove existence checks of qlist & eix #39

Closed eepykate closed 2 years ago

eepykate commented 3 years ago

qlist is used multiple times within that function, but only the first time includes the existence checking. This signals to me that it isn't actually a useful feature. This also makes the code a bit cleaner.

eepykate commented 3 years ago

actually...

eepykate commented 3 years ago

This also makes the code a bit cleaner.

And contributes to my sabotaging of this project :eyes:
I'll get a ratio of less than 1.0 soon hopefully!! ​ Add some bad code quick!

willeccles commented 2 years ago

I think this makes sense here.