Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 767 by sean.p.d...@gmail.com: Book: presentation names are confusing http://code.google.com/p/moose-technology/issues/detail?id=767
For example, on http://www.themoosebook.org/book/internals/glamour/presentations/action-list
ActionListPresentation is referenced, but the class name is GLMActionListPresentation. So, when I pasted it into a workspace, it was highlighted red as an unrecognized class. I think it'd be clearer to either use full presentation class names or spaces between camel case (e.g. "Action List Presentation").
The same is true for some of the other presentations e.g. DiffPresentation
Comment #1 on issue 767 by tudor.gi...@gmail.com: Book: presentation names are confusing http://code.google.com/p/moose-technology/issues/detail?id=767
The problem here is that GLM is nothing but a namespace. So, I thought that adding GLM everywhere would not be interesting. But, perhaps I should add it back
Updates: Status: WontFix
Comment #2 on issue 767 by tudor.gi...@gmail.com: Book: presentation names are confusing http://code.google.com/p/moose-technology/issues/detail?id=767
In the end, I decided that I will not add the namespace prefix.