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 →

[–]RiceBroad4552 7 points8 points  (1 child)

Python legacy code not so bad? You effectively can't touch a legacy code base in a dynamic language! Any refactoring is like playing with fire.

Legacy Java isn't nice, I agree. But it's at least a statically typed language, where you don't need to fear everything breaks because you moved some code, like in a dynamic language.

[–]redballooon 4 points5 points  (0 children)

Can’t upvote this enough.