> greekscala<[email protected]> wrote:
> I had the same problems too. There is a free book on Lift 
> http://groups.google.com/group/the-lift-book this should be
> able to give you a good overview.
Thanks, I was downloading the book as I posted the feedback.
I gave the feedback anyway as I would expect a large number of people
won't go past the quickstart guide when evaluating the framework so if
popularity / ease of startup is important, then perhaps expanding the
guide, or explicitly linking to the book from the end of the guide
would be a good idea.


> Naftoli Gugenheim <[email protected]> wrote:
> Other snippet naming conventions or options are:
> - The model name is singular and the snippet name is plural
> - The snippet class is name XXXOps (for operations?)
> - Same name, but use a "partially qualified name." E.g., 
> mypackage.snippet.Author can import mypackage.model and refer to model.Author 
> with no ambiguity
> - Same name but import with an alias:
>   import mypackage.model.{Author => MAuthor}
> - Combination: import model aliased as "m," then refer to "m.Author."
Thanks for the suggestions, I wasn't aware of the import aliases or
partially qualified names as options.
I'm tossing up between partially qualified names and plural for
snippet now, ahh the curse of choices :)

Happy to see a lot of activity on the group.  Active communities make
a big positive difference to most projects.  Do you guys have a
freenode (or other irc) channel?
Or is it mostly just the google group?

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to