NafeXVIII wrote:
Agent Aspect wrote:
NafeXVIII wrote:
_Max wrote:
TheXnator wrote:
_Max wrote:
DEADMONSTOR wrote:
TheXnator wrote:
_Max wrote:
TheXnator wrote:
_Max wrote:
WouldDestroyDeadAndXnatorInCodingChallenge = {}
WouldDestroyDeadAndXnatorInCodingChallenge[“Max”] = true
WouldDestroyDeadAndXnatorInCodingChallenge[“Chute”] = true
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge = {}
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Max”] = false
wouldActuallyWriteCodeWithinTheFirstYearOfChallenge[“Chute”] = false
Sounds like you accepting defeat if I took you on then nice
brokePointshopCausingIssuesOnAllServers = {}
brokePointshopCausingIssuesOnAllServers ["Max"] = true
brokePointshopCausingIssuesOnAllServers ["TheXnator"] = false
brokePointshopCausingIssuesOnAllServers ["DEADMONSTOR"] = false
var codingChallengeActive = true;
function getThingToDoInFreeTime(name){
if (name == "Max" && codingChallengeActive){
return "Buy more weed";
}else if (codingChallengeActive){
return "Code";
}
}
Lol who the fuck smokes weed it’s the mot deadass thing to do. If you really think you could beat me in a coding challenge I’m ready motherfuckers.
var shouldBeBackByNow= true;
function goCamping(name){
if (name == "Max" && shouldBeBackByNow){
return "I'll be bad soon guys don't worry >Is actually smoking weed<";
}else if (shouldBeBackByNow){
return "Come back and do work";
}
}
lol I like how because I have a life and go outside you assume all do is smoke weed nobody smokes weed anymore it’s shit thing to that makes you feel like a bad man until you realize nobody gives a fuck.
Don’t pull anymore java on me motherfucker cause I will end you in a coding battle so don’t make me pull out the big guns.
Doesn't your coding have really bad and commonly found spelling errors and stuff though?
typo != quality, like emp said
I'm not at all good with code, fuck this whole thread is jibberish to me but doesn't spelling errors fuck with certain things?
you're referring to syntax mistakes probably, yh, that would make the code not work at all and logical errors with spelling, eg. he calls the wrong function would fuck the code up hard, but usually you can notice until it gets into the release version, since it's easy to notice this kind of mistake
max usually misspells when printing out values, for example instead of naming an admin "administrator" he'd type "adminstrator" which doesn't fuck up, it only shows up client-side but doesn't break the attribute itself, it just shows up weird on the client who is trynna, yknow, understand stuff
edit: assuming you attend to good practices, logical errors should never happen by mistyping/mispelling