Generators in Python

Wednesday, 24. October 2007

Even though I have used Python many times to implement my own game idea, I haven’t reconized generator until today.
I am a little surprised at the lazy evaluation technique because it doesn’t exist in Java world.

Python design pattern

Saturday, 20. October 2007

I spent my Saturday morning watching Google tech talk on python design patterns
It validates the statement “Design is not indepent from the inplementation’s technology” with python case.

Annotation in Swing

Friday, 19. October 2007

The annotation, already a must in Junit4, is adopted by Swing (JSR 296).
http://java.sun.com/developer/technicalArticles/javase/swingappfr/

It is becoming a trend.

Best feedback is fast release

Tuesday, 16. October 2007

Several days ago, I got notification email on release of SemmleCode.
The new release covers my feature suggestion: http://semmle.com/component/option,com_smf/Itemid,26/topic,45.0/

It is a little surprising because I posted my suggestion around 1 week before the release notification.

Very quick response!

Respecting customers’ opinion is positive symptom of good team and good product.
At least, I can think that the team is proactive and the program evolves whether it is fantastic or awful currently.
Moreover, fast feedback by release indicates not only development ability but also well-defined process.