Ah... the trends feature in Google Reader continues to remind me that I really must try harder to live in the times of day that most people regard as "normal":
The post you're reading is ancient, and yet slightly inexplicably popular :) I've recently started blogging again in 2020 with some fresh content. Check out some of the new topics about blogging again , dynamic method invocation , and aapt2 . It's Monday, which means it's time for another blooper ... What's wrong with this code? boolean hasThing( List things, Thing thing ) { for ( int i=0; i < things.size(); i++ ) { if ( thing.equals( things.get( i ) ) ) { return true; } } return false; } Update: Minor edit to add missing parenthesis from if statement that got "lost in translation" en-route to the blog :)
have you considered the other side of the world.. it is noon in India when it is midnight in the USA
ReplyDeleteUh... but that's kind of irrelevant, since the graph is of the times of day that I use Google Reader, and I'm in PDT.
ReplyDelete