I just noticed that almost all of the key values in the property files are in dot-separated names. e.g. -some.key = some value Does anyone know why? Just asked out of curiosity.
There is no specific reason for this, but it's just for a better understanding of programmers nothing more. you can also directly write the key = value without using any "some" :-)
This is basically an agreement that makes it easier to see which properties are related.
For instance:
person.title = "Title" person.surname = "Last Name" job.description = "Some Description"
, , , , . IDE , , , .
, , . .