DEV Community

Discussion on: PLZ a new PIP

Collapse
 
mburszley profile image
Maximilian Burszley • Edited

What does this solve over Poetry? (which is seeing a lot of adoption and is an experience similar to yarn, building on PEP517/518)

Also, having everything in a single file does not make it desirable to use. It makes me think the author doesn't know how to make their code modular.

Collapse
 
kunitoki profile image
kunitoki • Edited

you don't really need to modularise if the whole app is 500 lines of code divided in 4 or 5 files. Poetry has hundreds of files with some of them even reaching more than 1000+ lines of code: should they modularise more instead ?