THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#775 - separation of concerns in widget library User who did this - Matthias-Christian Ott (ott) ---------- Maybe it helps if I explain it in German (I guess from your name that you know German): Zur Zeit werden die Daten, die Eingaben und die Darstellung von einer Klasse behandelt. Das heißt, wenn man beispielsweise die Darstellung eines Widgets verändern möchte, muss man, da die Zeichenmethode lokal ist, das Widget praktisch neu schreiben. Viel besser wäre es jedoch, wenn die Daten, die Eingabeverarbeitung und die Darstellung getrennt und mit einem gut durchdachtem API versehen wären und man dann die jeweiligen Klassen einfach austauschen oder überschreiben könnte. Dafür würde sich das MVC Entwurfsmuster (oder ein ähnliches Entwurfsmuster) anbieten. Wäre das möglich und gewünscht? ---------- More information can be found at the following URL: http://awesome.naquadah.org/bugs/index.php?do=details&task_id=775#comment2010 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
