Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jun 12, 2011 9:10:03 GMT
Basically a rant thread!
I find that just forgetting things put for example <!-- //--> and forgetting to do the last one is so annoying! I sit there working out what the error is and then realise it's just that.
Another thing is when it goes wrong and doesn't work, you sit there coding for an hour or more/less and then test it and it doesn't work.
Yes, coding is trial and error and isn't easy, but it would be interesting to know what other people find annoying too.
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Jun 12, 2011 12:57:49 GMT
Is it wrong to say semicolons?
|
|
Justin
Elite Poster
Pure Awesomeness[M:0]
In Memory of those killed in the 9/11 attacks
Posts: 277
|
Post by Justin on Jun 12, 2011 15:47:19 GMT
definitely semicolons , you forget one, your code doesn't work, and they're hard to locate .
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Jun 12, 2011 17:25:08 GMT
Actually those ones aren't bad because you just have to look at the end of the lines. What's really annoying if you have a bunch of if and else statements and you forget to indent, and you get an error that one is missing a }
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jun 13, 2011 4:23:33 GMT
At least with JS semicolons aren't always needed
|
|
|
Post by Mark Knight Day on Jun 13, 2011 4:51:49 GMT
I'm still learning but it's the remembering of everything for me which ticks me off
|
|
|
Post by moneyman18 on Jun 13, 2011 12:16:50 GMT
Accidentally doing things like if($variable = 'value') instead of if($variable == 'value') and getting a different result than expected.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jun 14, 2011 7:15:52 GMT
Another one would be looping, still need to master it >.<
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Jun 14, 2011 22:48:43 GMT
Another one would be looping, still need to master it >.< Program a loop or loops to draw a Christmas tree of any size, and it will help you understand the process. * *** ***** *******
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Jun 15, 2011 7:37:32 GMT
Recursion and Dynamic Programming. Its useful, but I hate it, especially trying to debug using the stack trace when its 1000s of lines long.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jun 15, 2011 9:28:46 GMT
Another one would be looping, still need to master it >.< Program a loop or loops to draw a Christmas tree of any size, and it will help you understand the process. * *** ***** *******
I can do it, it's just some parts to do with looping on PB forums.
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Jun 15, 2011 13:41:09 GMT
That first part that's supposed to be on all html pages
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jun 23, 2011 9:33:14 GMT
I put a ' randomly in a code which mucked up all the coding on this forum yesterday, small things are big in result
|
|
|
Post by (/iPokemon/) on Jun 26, 2011 4:52:19 GMT
Accidentally doing things like if($variable = 'value') instead of if($variable == 'value') and getting a different result than expected. Ugh, I do this all the time! I type too fast for my brain to recognize what I typed lol. Semicolons semicolons semicolons.. and forgetting closing brackets is bad too. Or if you you're using like if(is_numeric("d"){ and you forget the second ).
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jun 26, 2011 5:19:48 GMT
I can type quite quick using normal English but I have to slow down for coding
|
|
|
Post by (/iPokemon/) on Jun 26, 2011 5:25:13 GMT
I'm about the same on both. Takes time to think about what to write next. I took a typing class this year, and my highest WPM was 82 I think. I'd suppose I code at about 40-50.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jun 26, 2011 5:30:30 GMT
Ooh typing tests! I got around the same as you too, though they made me do that on a keyboard and not a laptop keyboard
|
|