Could you help me answer the following question ?
I have a xyz.properties file. This file contains properties like:
where the name of the property is 'abc.errorcode.mkd-003.useraccount' and the same name is mapped to different values, so instead of creating 3 different property files like :
I've merged them into 1 file and separated using pipelines. In my code I use string.split and collect every value in an array.
So, what is the best way to handle this ? What are the pros and cons of 3 different files and pipleines method ?
Also, does a property file name should contain all lower case letters ? Which one of the following is the best practice?
I have posted the question on another website as well. Here is the link :
http://stackoverflow.com/questions/43188437/property-files-best-practices