2010-08-31
Double Standard?
switch($type) {
case 'default':
//
// some routines
//
break;
default:
//
// some routines
//
break;
}
One default is not enough.
Hi, I'm Aldiantoro Nugroho, (web) developer from Jakarta, Indonesia.
I currently live in Kuala Lumpur, Malaysia.
switch($type) {
case 'default':
//
// some routines
//
break;
default:
//
// some routines
//
break;
}
One default is not enough.
Hi, I'm Aldiantoro Nugroho, (web) developer from Jakarta, Indonesia. I currently live in Kuala Lumpur, Malaysia.
Currently, I have interests in python, django, html, css, javascript, and web development in general.
And this is my personal website.