Sign in
Log inSign up

What are a few code examples that set apart inexperienced programmers from experienced ones?

Lisa Yangson's photo
Lisa Yangson
·Jan 2, 2017
if (condition === true) {
  ...

When I see something like the above, I have a presumption that there is a high probability that whoever coded it, must be relatively new to the field of programming.

What are a few other code examples from programmers that might tip you off of their inexperience?