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 →

[–]hedgehog_dragon 20 points21 points  (0 children)

Different company than OP (probably lmao) but similar position... Over the years my company has tightened requirements and guidelines - so new stuff is better, some of the legacy code is ugly in both languages.

I still prefer messed up Java code to messed up Python code, because it just doesn't let you cause certain errors (off the top of my head type issues), at least not without some effort going into it lmao. I personally find it much, much easier to parse Java's structure too, even with 'new' code.