doc: added advice on best pracises to guide/graphics.rst

This commit is contained in:
Zen-CODE 2014-08-25 18:40:21 +02:00
parent 8bad309e43
commit a20d45ca1c
1 changed files with 2 additions and 0 deletions

View File

@ -103,3 +103,5 @@ Or you can clean your canvas and start fresh::
with self.canvas:
self.rect = Rectangle(pos=self.pos, size=self.size)
Note that updating the instructions is considered the best practise as it
involves less overhead and avoids creating new instructions.