juan_gandhi: (Default)
Juan-Carlos Gandhi ([personal profile] juan_gandhi) wrote2010-03-02 01:44 pm

here is the code I wrote...


    public void testGodIsLove()
    {
        assertTrue(true);
    }


No kidding, had to add it to OurTestCase class to avoid junit warnings...

[identity profile] vaggie.livejournal.com 2010-03-02 10:12 pm (UTC)(link)
опасно это. что будете делать, если он красненьким засветится?

[identity profile] vaggie.livejournal.com 2010-03-02 10:29 pm (UTC)(link)
новое слово в методологии разработки - молитва!

spell: pray

[identity profile] hill-report.livejournal.com 2010-03-03 12:01 am (UTC)(link)
-10 bugs, +10% performance, lasts 5 hours

Re: новое слово в методологии разработки - молитва

[personal profile] dememax 2010-03-03 02:33 pm (UTC)(link)
[Голосом Радзинского] История тому зна-а-ает примеры:
The exact meaning of single, double, and extendedprecision is implementation defined.
Choosing the right precision for a problem where the choice matters requires significant understanding of floatingpoint computation.
If you don’t have that understanding, get advice, take the time to learn, or use double and hope for the best.
- Bjarne Stroustrup, The C++ Programming Language, Third Edition, 4.5 FloatingPoint Types.
Думаю, в этом контексте, выделенные жирным слова можно воспринимать как "and pray".

[identity profile] sa-chernomor.livejournal.com 2010-03-03 08:01 am (UTC)(link)
if var == true then
return true
elseif var == false then
return false
else
DoPray()
return 0/0
endif