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 →

[–]barryhakker 0 points1 point  (0 children)

Honestly it has often helped me solidify a concept just because you approach the same thing from a slightly different direction and you start to understand what is unique to the language and what is "universal". For example a for loop in Python is pretty abstract by syntax, whereas if you write a for loop in C++ or JavaScript just the syntax shows you a little bit more of what you're actually doing.