(Replying to PARENT post)
These two stuck out as well. I wonder if the issue is with their coding practices and not necessarily a fault with the language.
If the issue is one of fundamentals it will only follow them to the next project or language
๐คkillaken2000๐6y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Even on larger code bases I've found that the only real discipline needed is maintaining a test suite, and that's true for every language.
๐คTwirrim๐6y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
https://blog.liw.fi/posts/2017/08/13/retiring_obnam/
I can really understand his:
"Obnam has not turned out well, from a maintainability point of view. It seems that every time I try to fix something, I break something else. Usually what breaks is speed or memory use: Obnam gets slower or starts using even more memory."
Also from his current post:
"I could perhaps have been more diligent in how I used Python, and more careful in how I structured my code, but that's my point: a language like Python requires so much self-discipline that at some point it gets too much."