DEV Community

Discussion on: Six Things You Thought Senior Devs Did (But We Don't)

Collapse
 
ldrscke profile image
Christian Ledermann

WE DO google and use StackOverflow ;-)

Collapse
 
jmccabe profile image
John McCabe

Partly because we have such broad experience (and have seen so many new languages with bits that look like old languages, especially C) that we can rarely be sure the syntax we're using is what we really mean :-)

E.g. "if (x && y)" in C++/C means something different to the same syntax in Java, as does "if (x & y)" etc!