|
|
|
|
|
by necovek
3 days ago
|
|
Don't projects in all languages turn into unruly mess by default? It requires special care to not let long-running projects evolve into it. Python is only special in that it is extremely productive and allows lots of easy evolutions of a project with not a care in the world, so the timeline is probably shorter on getting to the "unruly mess" if no special care is put in to make it survive many evolutions. Perhaps a bit special too in that it looks welcoming to the masses who have no idea how software systems evolve and thus do not even know there are some special patterns to introduce for code to survive many changes in the future. I am undecided if this is a pro or a con of the language itself. |
|