EL++: External libraries are useful and should be utilized as much as possible. Less code written, less hassle later.
EL+: Every time I code, I always think "well, there's gonna be a library for that..."
EL: I use external libraries as I see fit.
EL-: I use external libraries if I really need it. Dependency hell is a real threat and I want to avoid that as much as possible.
EL--: External libraries are evil! Everyone should write their own programs. Never let stranger's code run on your computer.
(what I wrote after installing streamlit for data structure practice)
no comments