It's pretty unusual IMO, not like anything in the JDK for example. I'll see if I can come up with something tomorrow...
Gary On Fri, Sep 27, 2024, 6:11 PM Claude Warren <cla...@xenei.com> wrote: > Anybody have an objection to using Scribe as the class name? > > On Thu, Sep 26, 2024 at 11:25 AM Claude Warren <cla...@xenei.com> wrote: > > > I am now thinking "Scribe". Writer tend to indicate that you can do low > > level writing and would expect the Writer to implement the Writer > interface. > > > > "Amanuensis" comes to mind but that is too hard to spell/type. ;) > > > > Claude > > > > > > > > On Thu, Sep 26, 2024 at 4:26 AM Peter Burka <pe...@quux.net> wrote: > > > >> That sounds similar to java.io.Writer. Maybe this should be a > HelpWriter? > >> > >> On Wed, Sep 25, 2024, 7:11 PM Claude Warren <cla...@xenei.com> wrote: > >> > >> > Actually the Producer constructor takes an "Appendable" as an argument > >> and > >> > then provides methods like > >> > > >> > printPara("Some text here") > >> > > >> > Which would output a paragraph of "Some text here" > >> > > >> > TestProducer appends "Some text here\n\n" (where \n is > >> > System.lineSeparator) to the appendable > >> > XmlProducer would append something like "<p>Some text here</p>" to the > >> > appendable. > >> > > >> > (they really are serializing the data to an output format) > >> > > >> > Claude > >> > > >> > -- > >> > LinkedIn: http://www.linkedin.com/in/claudewarren > >> > > >> > > > > > > -- > > LinkedIn: http://www.linkedin.com/in/claudewarren > > > > > -- > LinkedIn: http://www.linkedin.com/in/claudewarren >