Skip to main content
Ryan Vincent's user avatar
Ryan Vincent's user avatar
Ryan Vincent's user avatar
Ryan Vincent
  • Member for 10 years, 6 months
  • Last seen this week
  • UK Cheshire
Stats
4,513
reputation
245k
reached
248
answers
0
questions
Loading…
About

Been doing this a while. I enjoy this a lot. ;-/

programming is supposed to be fun and it should be clear what the code does. That is my attitude to it.

I really try to control how the code behaves...

Current Issue I think is important (or 'Bee in Bonnet'?) ;-/

On Answers: The following are my 'priorities'

  • I try, really hard, to make it correct - but it must return the correct results according to my understanding of the problem.
  • I try hard to make it good as well.
  • It may be 'less than good' code but it _must return the correct results that we all agree about.

Useful Stuff?

On Debugging PHP scripts:

Also:

  • i try and check the existing comments and answers to see if the answer i provide is 'different' and 'maybe useful'. Or just 'different'!

On 'comments':

  • try to be 'useful' - i try. :-)

On Iterating arrays:

  • I really like PHP 'array's as each comes with an 'iterator' built in! See 'current', 'key', 'next' and 'reset'. I don't care what the 'indexes' are unless they are 'names'. I use 'current($array)' to get the first entry rather than 'array[0]' as the first index may not be zero.

This is so me... (XKCD: - someone is wrong on the internet).

real email: rfv123 \dot questions \at gmail \dot com

7
gold badges
23
silver badges
32
bronze badges
214
Score
222
Posts
90
Posts %
73
Score
74
Posts
30
Posts %
48
Score
56
Posts
23
Posts %
20
Score
23
Posts
9
Posts %
19
Score
19
Posts
8
Posts %
19
Score
10
Posts
4
Posts %