IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 3 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New How to write maintainable code.
[link|http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips|Six ways to write more comprehensible code] at IBM DeveloperWorks (via /.).

// Now we increase Number_aliens_on_screen by one.
Number_aliens_on_screen = Number_aliens_on_screen + 1;


:-)

Cheers,
Scott.
New A nit
if (num_points < 0)\n{\n\t// maybe some error message\n\treturn;\n}
I know the author was just trying to save space, but masking errors is actually much more evil than ignoring them.
New model the real world
// Solve world hunger
foodSupply = foodSupply * 2;
________________
oop.ismad.com
New what class does that inherit :-)
Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 51 years. meep

reach me at [link|mailto:bill.oxley@cox.net|mailto:bill.oxley@cox.net]
New ADM, of course.
bcnu,
Mikem

It would seem, therefore, that the three human impulses embodied in religion are fear, conceit, and hatred. The purpose of religion, one might say, is to give an air of respectibility to these passions. -- Bertrand Russell
New But ADM requires the Mutant Monster module also
________________
oop.ismad.com
New Must think outside the box (or Box)
// Solve world hunger
worldPopulation = worldPopulation \ufffd 10;
// Make room for more private islands
// Retain (some) cities to supply valets, cooks, yacht detailers
// Details: see closed-source; best be sure you qualify - before applying Dick Cheney Enterprises

     How to write maintainable code. - (Another Scott) - (6)
         A nit - (ChrisR)
         model the real world - (tablizer) - (4)
             what class does that inherit :-) -NT - (boxley) - (2)
                 ADM, of course. -NT - (mmoffitt) - (1)
                     But ADM requires the Mutant Monster module also -NT - (tablizer)
             Must think outside the box (or Box) - (Ashton)

I don't think mammals are meant to eat reptiles.
84 ms