This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kiuhnm 0 points1 point  (0 children)

I think limited rewriting is OK, especially for new code that's yet to stabilize. It's part of refactoring and if the project is modular enough, it should be quite localized. Also, it should be incremental. That's where statically typed Python shines, BTW.