Top Computers Blogs

 

Categories

 

  • Blogroll

  •  

    Archive Page 2

    Closures in Java?

    19 Aug 06

    TomTom ONE XL-S - a widescreen GPS

    Just a short notice, found it while browsing the digg for programming stories.
    There is a proposition to include closures in Java (probably 7.0), here is a pdf file with the proposition.

    Continue reading ‘Closures in Java?’

    Code on a monitor Pseudocode interesting technique that I found in Code Complete, Second Edition by Steve McConnell.

    PPP is a way of developing routines by writing pseudocode for them in the first place (not a new topic) and after that, making the pseudocode a comment in the routine (functions, procedure, method or whatever your language calls them). After comments are in the empty routine, the last thing to do is write the code below appropriate comment lines.

    I know it isn’t the clearest explanation, here look below at the example that I prepared.
    Continue reading ‘The Pseudocode Programming Process’