rm5248 commented on pull request #75:
URL: https://github.com/apache/logging-log4cxx/pull/75#issuecomment-979287785


   > Thanks for adding this and having that option seems fine to me. Though: I 
don't like the current wording about file name vs. short file name vs. actually 
being some file path. Files even sort badly right now.
   > 
   > Do we have any chance to rename things to what they really are most 
likely? A file path, a file name, a method name etc. This might result in 
`FilePathLocation...` and `FileNameLocation...`. More descriptive pattern 
characters might even be introduced like `fn` and `fp` for file name and file 
path.
   > 
   > The only problem I see right now is with `getFileName` being already 
available and possibly returning a path instead of a file name only in the 
past. This would be a breaking change for people relying on a path being 
available. Though, with some different pair of getters like `getFname` and 
`getFpath` this method might be kept and deprecated or alike.
   > 
   > Opinions, does anyone think it's worth it?
   
   If we want to rename things, doing it as part of a general cleanup would be 
the best time to do it.  There are a number of changes that I've made in the 
LOGCXX-516 branch that do break things in order to make things ABI-stable - my 
hope is to create a bigger release that cleans up a lot of the code, so that we 
have one bigger release that should be stable moving forward.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to