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?

#1

homieshizzle
homieshizzle
    Offline
    0
    Rep
    0
    Likes

    Member

Posts: 29
Threads: 1
Joined: Apr 09, 2019
Credits: 0

Five years registered
#1

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.


  • 0

#2

WEED
WEED
    Offline
    57
    Rep
    291
    Likes

    Trust me, I got a lot of Lemon Haze

Posts: 479
Threads: 71
Joined: Aug 27, 2018
Credits: 0

Five years registered
#2

If he doesn't make trash posts to get his leecher level up


  • 0

#3

nulledsleech1st
nulledsleech1st
    Offline
    0
    Rep
    6
    Likes

    Member

  • PipPipPip
Posts: 40
Threads: 3
Joined: Apr 19, 2019
Credits: 0
Five years registered
#3

If he doesn't make trash posts to get his leecher level up

I like that :D


  • 0

#4

shimon5858
shimon5858
    Offline
    0
    Rep
    -2
    Likes

    Member

  • PipPipPip
Posts: 32
Threads: 0
Joined: Apr 20, 2019
Credits: 0
Five years registered
#4

ty


  • -1

#5

iamiva7
iamiva7
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 20
Threads: 0
Joined: Oct 05, 2018
Credits: 0
Five years registered
#5
Ok i understant now thanks

  • 0

#6

tonu96
tonu96
    Offline
    6
    Rep
    40
    Likes

    Addicted

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

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.

 

As to see samples of code they have already written, preferably from their Github account. You could also present a programming challenge for them to complete in a particular time window.


  • 0

#7

kelechi
kelechi
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 59
Threads: 0
Joined: Feb 23, 2019
Credits: 0
Five years registered
#7

tnx


  • 0

#8

tridentsec
tridentsec
    Offline
    0
    Rep
    1
    Likes

    Lurker

Posts: 9
Threads: 0
Joined: May 03, 2019
Credits: 0
Four years registered
#8

If he doesn't make trash posts to get his leecher level up


  • 0

#9

FranckCastle
FranckCastle
    Offline
    0
    Rep
    12
    Likes

    Night is dark and full of terrors.

  • PipPipPip
Posts: 25
Threads: 0
Joined: May 04, 2019
Credits: 0
Four years registered
#9
  • Take a look at its Github page. 
  • A good program must be documented, it means a good programmer leaves comments on his code.
  • Look whether the code is optimal ; does it take the lowest time possible to execute ? The loops are used well ?...
  • Has this person made academical studies, has he/she had many projects ? It could be good criteria. 
  • He/she use to work with teams ?

 


  • 0

#10

Gyrl
Gyrl
    Offline
    0
    Rep
    2
    Likes

    Lurker

Posts: 3
Threads: 1
Joined: May 06, 2019
Credits: 0
Four years registered
#10

 

  • Take a look at its Github page. 
  • A good program must be documented, it means a good programmer leaves comments on his code.
  • Look whether the code is optimal ; does it take the lowest time possible to execute ? The loops are used well ?...
  • Has this person made academical studies, has he/she had many projects ? It could be good criteria. 
  • He/she use to work with teams ?

 

>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)
}



  • 1


 Users browsing this thread: