5
donuts
6y

How do you manage switching between different languages and the tools and frameworks that are used for each?

Or frontend server and APIs are in JS and use mocha for testing.

But backend is in Java which uses Mockito.

Every time I need writes tests and well anything that is language specifics, I basically have to relearn rather than just getting it done.

Comments
  • 0
    Practice?
  • 1
    I change my editor colors. Its wierd but it works for me. My brain makes the association of color and language and switch. :)

    But yeah, with practice too. If you switch often it gets easier.
Add Comment