The naming is the same as already used in XML and JSON config files. I think it would be confusing if different config formats uses different names for the same thing.
On Thu, Aug 18, 2016 at 6:54 AM, Gary Gregory <[email protected]> wrote: > Or: > > status = ERROR > status.destination = err > > Gary > > On Wed, Aug 17, 2016 at 8:10 PM, Remko Popma <[email protected]> > wrote: > >> Can we change the naming to make configuration more intuitive? At first >> glance there's no way to see that these two lines are related: >> >> status = ERROR >> +dest = err >> >> How about something like this? >> >> status = ERROR >> statusDestination = err >> >> Sent from my iPhone >> >> > On 2016/08/18, at 4:54, [email protected] wrote: >> > >> > status = ERROR >> > +dest = err >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- [image: MagineTV] *Mikael Ståldal* Senior software developer *Magine TV* [email protected] Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com Privileged and/or Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such a person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email.
