That reminds me:  it has always bugged me that the compiler makes you
write:

   <fa:FontAwesomeIcon iconType="{FontAwesomeIconType.TWITTER}" />


(which sets up a binding), instead of just:

   <fa:FontAwesomeIcon iconType="FontAwesomeIconType.TWITTER" />

Can anyone think of a reason the compiler shouldn't allow that?

Also, maybe more into the future, maybe the constants should be considered
of type FontAwsomeIconType, which would essentially be like an enum.

Thoughts?
-Alex


Reply via email to