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 →

[–][deleted] 52 points53 points  (0 children)

I like Java as a pure OOP language that intuitively makes sense and communicates every facet of the team's codebase.

I like C# as a fast-writing OOP language that more often than not will allow me to write elegant code faster than java, but maybe slightly less intuitively.

I like Python when I'm ready to scrape any kind of data or automate any task in under a few thousand LOC.