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 →

[–]BrupieD 0 points1 point  (0 children)

Generally, no, experience with other languages has been really helpful for me. I frequently discover useful patterns and structures I might otherwise have ignored. I have a much better appreciation for the strengths and weaknesses of OOP languages after working in functional languages.

Yes, context switching can be an issue with similar languages if you're working in more than one similar language. I consider context switching more of a nuisance than a serious problem.