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...

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".