DEV Community

Discussion on: Juggling Multiple Languages Simultaneously

Collapse
 
zhu48 profile image
Zuodian Hu

I agree with Ben on the best practices thing. Also, as somebody who wrote C, C++, and C# at the same time (and sometimes compiled into the same binary), I can say programming like that really forces you to understand how the languages work and how it all ties into how computers work. It may not be useful for most high level programmers, but it's good insight nonetheless.

Collapse
 
usamaashraf profile image
Usama Ashraf

It is good insight. I guess it also depends on how far apart the languages are syntactically and otherwise.