Re: [Pythonsudoku-devel] about refactor for drawing
Brought to you by:
xoseotero
From: Xosé A. O. F. <xos...@gm...> - 2008-10-06 11:19:21
|
On Friday 26 September 2008 09:52:44 gang chen wrote: > The code of drawing of board for GUI, IMAGE and PDF is almost > duplicate. So should we use some design patter to refactor this? This is a good idea. They draw the board with the same instructions: create lines and write numbers. The difference is the size of the elements (lines, fonts, spaces, etc). > And also the first trying of use this list About this... SF.net had problems with the mailing lists [0] but the mailing list should be ok right now. Btw, do you get 3 e-mails I sent the last week to this list? [0] http://sourceforge.net/community/forum/topic.php?id=3659&page#post-8379 |