|
|
|
|
|
by llanowarelves
1491 days ago
|
|
You're right. The thing I want is a good monorepo solution for Python. There's at least 3 for JavaScript. As much hate as JS gets, its package managers are also much better than Pip. In order to manage complexity of Python as you do your big projects, you really need to do "enterprisey" patterns like DI. Even though it's rare for Python programmers to write like that. Re: test runner: pytest is pretty good |
|