ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

How can I tell if someone is competent in programming?


  • Please log in to reply
How can I tell if someone is competent in programming?

#11

tonu96
tonu96
    Offline
    6
    Rep
    40
    Likes

    Addicted

Posts: 211
Threads: 6
Joined: Mar 12, 2019
Credits: 0
Five years registered
#11

 

>a good programmer leaves comments on his code

Not necessarily true because if your code is self explanatory (method/function names are by themselves descriptive enough of what it does) then there is no reason to add comments.

 

I.e. don't do this:


-- Multiplies the number by two
function multiplyByTwo (let number)
{ 
  number = number*2; 
console.log(number)
}


 

Agreed. Most Apache projects are perfect examples of great programming that are poorly documented.


  • 0

#12

Acgeut123
Acgeut123
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 9
Threads: 0
Joined: Jul 27, 2019
Credits: 0
Four years registered
#12
Normally you have to be competent to know it, making a test or watching at hers code helps

  • 0

#13

DMS12
DMS12
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 31
Threads: 0
Joined: Aug 13, 2019
Credits: 0
Four years registered
#13

As the title states, I was wondering if there was a way to find out if people truly know how to code before hiring them.

 

Thanks! All help is appreciated.

yws


  • 0


 Users browsing this thread: