Re: swap method in Java
From: Jezuch (jezuch_at_interia.pl)
Date: 06/23/04
- Next message: Christophe Vanfleteren: "Re: Java and huge XML file to be parsed"
- Previous message: Chris Smith: "Re: swap method in Java"
- In reply to: Roedy Green: "Re: swap method in Java"
- Next in thread: Steven J Sobol: "Re: swap method in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Jun 2004 00:53:13 +0200
Użytkownik Roedy Green napisał:
> Me too. Keeping track of just how many levels of indirection, and the
> multiple ways to generate the same assembler code wasted so much time
> in writing C++. In Java you just have . and it always works without
> fuss. The increased maintainability and legibility was easily worth
> the loss of flexibility.
Yeah, I got burned by the "one level of indirection too far" effect recently
while coding a C++ program for my university class... I thought it was a bug
somewhere in STL but my colleague, a C++ fanatic, showed me my mistake.
Ohhhhhhhh, baaaaad Java habits! ;)
-- Ecce Jezuch "I went in killing the sun I once one" - T. Meeks
- Next message: Christophe Vanfleteren: "Re: Java and huge XML file to be parsed"
- Previous message: Chris Smith: "Re: swap method in Java"
- In reply to: Roedy Green: "Re: swap method in Java"
- Next in thread: Steven J Sobol: "Re: swap method in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|