Hagan
Check my new Avatar
No idea. Once I have the basics of Code down [emoji20]When's that happening?
Edit: Boss wants me to learn it, but I fucking suck at it since my projects always flop.
No idea. Once I have the basics of Code down [emoji20]When's that happening?
No idea. Once I have the basics of Code down [emoji20]
Edit: Boss wants me to learn it, but I fucking suck at it since my projects always flop.
This outgoing landlord is doing his best to earn a PK from me before I leave ..... the piece of shit
This outgoing landlord is doing his best to earn a PK from me before I leave ..... the piece of shit
Pregnant Koala?
Paper Kite?
I won't have this luxury when I'm in IT.
I won't have this luxury when I'm in IT.
When you're in what?
Pregnant Koala?
Paper Kite?
Piece of Kitkat ?
When I'm in IT.
Pirate Kakaw ....... durr
Lol
I only wish to fix and maintain PCs. Programming is not for me, not Xcode anyway.So...you're practising for IT? I've been practising for a few years to get out of it...and I've won.
Bring your landlord bru.
![]()
I only wish to fix and maintain PCs. Programming is not for me, not Xcode anyway.
No idea. Once I have the basics of Code down [emoji20]
Edit: Boss wants me to learn it, but I fucking suck at it since my projects always flop.
that always sounds easy on paper believe me![]()
What you struggling with? The basics of code all come down to boolean logic, which is basically if something is true, then do x, else do y. Boils down to true and false, yes and no, 1 and 0.
eg
if (something == true) {
//do some stuff
} else {
//do other stuff
}
Looping is another basic concept that also relies on boolean logic, basically
while (expression == true) {
//do some stuff
}
And that will keep looping until the expression becomes false
Or you can loop through a collection and run code for each item like
for each (thing x in BunchOfThings) {
//process x
}
I only wish to fix and maintain PCs. Programming is not for me, not Xcode anyway.
Programming is still a lot more intense than fixing PCs. There is so much more mental strain involved; FYI, I don't cope well with mental strain.
Rather you than I. Also, never tell people you do this...because all your mates and family will bug you to fix their PCs.
I only wish to fix and maintain PCs. Programming is not for me, not Xcode anyway.
Programming is still a lot more intense than fixing PCs. There is so much more mental strain involved; FYI, I don't cope well with mental strain.