Well I noticed when programming with the new Microsoft Visual Studio .Net 2003 C++ compiler a handy technique for large code. What happens to those who don't know is that for any function or basically chunk of code you could collapse it like a file explorer tree so your 200 line function would turn into a simple one line function.... easier for the eyes, but doesn't change the code. I figure this would be really handy for people who have big irc scripts and have troubles searching through their code or get confused looking at all their code fragments and such.