I've just been reading some of Code Complete ( http://www.amazon.co.uk/Code-Complete-Practical-Handbook-Construction/dp... ) again. I had brought it a while ago but stopped reading it for a while. I was just reviewing parts I had read already before I start moving onto the parts I have not read yet (starting at chapter 10).

I was just looking about pseudo code and if there was any comments about saving it in a version control system, I've not found any yet. But I did find an interesting post on http://programmers.stackexchange.com . This is the question I found: What language is most like pseudocode?

and it's this question I found entertaining: http://programmers.stackexchange.com/questions/681/what-language-is-most...

here's some LOLCODE:

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE

p.s. I will sort out source code highlighting sometime. though I don't think they will have LOLCODE lol :)

Tags: Funny | Programming | PseudoCode | StackExchange