|
|
|
|
|
by arca_vorago
4162 days ago
|
|
Good point on virtualenvs, but it's a python specific fix (which does work). The problem is often you are tying in other kinds of tooling. The other thing to remember about roll your own is you can get efficiency that frameworks can't, and that time difference adds up fast. For example, we designed a worker distribution system, rolled our own worker management code on top of a framework, and reduced compute times from ~1-2days to ~4 hours. That's a huge increase in productivity that no tool or framework could give us. There is power in roll your own, I would just say whip your programmers into submission regarding good commenting/documentation though. |
|