On Aug 18, 2016 1:31 AM, "Mikael Ståldal" <[email protected]> wrote: > > 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.
Ah, I was not aware of that. Gary > > > 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 >> JUnit in Action, Second Edition >> Spring Batch in Action >> Blog: http://garygregory.wordpress.com >> Home: http://garygregory.com/ >> Tweet! http://twitter.com/GaryGregory > > > > > -- > > > 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.
