(no title)
joehx2 | 1 year ago
Yes. I switch between Java and JavaScript/TypeScript frequently. Probably the biggest syntax typo I make is switching the arrow functions: -> vs =>. Also, switching between the various `.includes`, `.contains`, `.size`, and `.length`.
Since my IDE catches it immediately, it doesn't really have any long-term affects.
atomicnumber3|1 year ago
I dread the next time I have to interview because I'm going to look silly, accidentally adding or removing semicolons and parens around if statements and etc.
Honestly aside from those, I don't notice it too much and there's kind of a muscle memory for it eventually where the switching becomes mostly unconscious.
fidotron|1 year ago
smegsicle|1 year ago
kevindamm|1 year ago
- a set of observable manifestations of an experienced emotion : the facial expressions, gestures, postures, vocal intonations, etc., that typically accompany an emotion
- the conscious emotion that occurs in reaction to a thought or experience
I suppose the IDE doesn't show any emotion from these context switching hiccups.