Blogroll
Archive Page 2
Closures in Java?
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.
The Pseudocode Programming Process
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
I know it isn’t the clearest explanation, here look below at the example that I prepared.
Continue reading ‘The Pseudocode Programming Process’



