Irritating annoying irritationnoyance of the day

WebObjects generated components use a style like this:

    public Main(WOContext context) {
        super(context);
    }

But if you add a key using WOBuilder, then its accessors use the following style:

    public String username()
    {
        return username;
    }

Mmm…you can almost smell the consistency.

This entry was posted in whatevs. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.