Archive

Archive for January, 2011

Quiz

January 12th, 2011 No comments

We found a small bug in our codebase the other days, which led to a funny discussion about how PHP acts in different situations.

Try look at the following example. What will $i be?

$i = 10;
$i = $i + 2 + $i = $i + 5;
echo $i;

Give an answer before you plot it in the console :)

Ruby will give the same answer:

i = 10
i = i + 2 + i = i + 5
puts i

Here is another one:

$d = 0;
$d = 2 + $d == $d = $d + 2;
echo $d;
Categories: PHP, ruby Tags:

Hiring Software Developer

January 12th, 2011 No comments

We are hiring a new Software Developer to our team in London. You can read about the position here:

http://www.footballradar.co.uk/job_developer.html

Categories: Uncategorized Tags: