Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681455yYou get use to it over time.
I generally have to switch between PHP, Java, Python and JavaScript on a daily basis, all's different projects as well, being able to context switch with ease is a difficult thing.
If possible, use different coding styles between the two, this will at least train your brain in having something to seperate them apart. -
C0D4681455y@iamroot could work if you only open specific files in the right place.
I guess it depends how you seperate things that matters and stick to it. -
I have to keep switching between c#, vb, vb .Net, javascript and occasionally python or php. Even if you get used to it, you'll keep wondering why a semicolon is an error sometimes, until you realize you are in a different language. But I do believe is positive to expose yourself to different languages
-
I open Java files in IDEA and nearly everything else (JS, Reason, Bash) in VSCode and never had that problem.
To me, everything looks different enough to mentally switch between them.
I switch back and forth between js(Vue) and Java and get them mixed up a alot which slows me down because I have to look up conventions. Any tips on managing multiple Lang's mentally
question