Re: [dev] [st] new xft branch (FreeType font rendering)

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Fri, 27 Jan 2012 13:23:34 +0000

One thing I like about Go is how instead of breaking switches it has
explicit fallthrough. So this bug would have required the obviously
incorrect (pseudo-)code,

> case 'f':
> if(++i < argc) opt_font = argv[i];
> fallthrough;
> case 't':
> if(++i < argc) opt_title = argv[i];

cls
Received on Fri Jan 27 2012 - 14:23:34 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 27 2012 - 14:36:03 CET