A report from OSCON 2007
Posted Aug 4, 2007 12:10 UTC (Sat) by
tzafrir (subscriber, #11501)
In reply to:
A report from OSCON 2007 by ajross
Parent article:
A report from OSCON 2007
right, so you want to complicate the code of every program:
if(open failed) {
get_translations();
error message
}
print_help_message(){
get_translations();
help message
}
(
Log in to post comments)