|
|
|
|
|
by nik_s
2100 days ago
|
|
I totally understand the sentiment, and generally, when I do solo projects or projects with small teams, I also prefer light frameworks. In my experience, frameworks like Django and Rails shine when you have to collaborate with large teams on solutions though - the fact that there's comprehensive documentation, best practices, and clear standards make it so much easier to work together on a project. I do think Rust brings a lot of assets through its type systems when collaborating, but rolling your own auth/admin dashboard/orm is a hefty investment for most mid-size companies. |
|