Saturday, April 17, 2021

Domino UI kit coding question

Hi all,

As I understand domino guys read this form
So, after playing with domino UI I have noticed that code looks a little bit noisy because on every step I have to write appendChild.

Didn't you consider defining appentChild as a method with an arbitrary number of arguments?

public T appendChild(Node...node)

In such a case, the code will look cleaner (screenshot is attached)


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/ffdfd2ab-c446-4632-9277-2151dba5b647n%40googlegroups.com.

No comments:

Post a Comment