I find Jibb's style very comfortable to read. And as far as I can remember I did most typing in a very similar way.

But I probably would try to write a short if-command without a break. If you have 10 thousands of lines in your code then you know what I am talking about:

Code:
if (arg < 10) arg = test(arg + 1);



This is good to read, compact and does not waste too much space.


Models, Textures and Games from Dexsoft