This test was mostly "write a half-dozen lines of code that does this particular thing" for a half-dozen different things the code should do, then some short-answer and fill-in-the-blank questions about the particulars of C syntax and terminology.2784 so...how do the tests work?
in my eyes the only way to test how good someone is in programming is to give him a project and see how he handles it and look in the code of that project while the one that gets tested sometimes explain what his reasoning was behind the code he wrote.
the small 1 file or worse 1 function programs are too small to show how good someone is in programming.
var a = 10
$.ajax({
url : "some/url.php",
success : function(data){
console.log(a)
}
})
a=20
I have tried my hand at modding MC, yes. I got some things to work, but then kinda got bored with it.2795
at least you know how to codeso yea you can make mods i guess? and thanks! how did you know i was new?