Sometimes I wish Shoes would chide me a little.

It's nice that trying to declare an irrelevant attribute on Shoes Things doesn't cause a crash, but it would be cool if it caused a warning. Like I just spent a long while trying to figure out why this wasn't working:

para link "go!", :link => "http://google.com";

When it turns out what I wanted was:

para link "go!", :click => "http://google.com";

It would be nice for shoes to be like: "Dude. You had extra keys here. Are you sure?" Maybe in a warning in the log? Cause the api is so huge and it's guessable which is great but it would be nice to know when you guess wrong.

-- Greg

Reply via email to