androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.06k stars 177 forks source link

Best Practice : Use constant String instead of using directly #817

Closed jineshfrancs closed 1 year ago

jineshfrancs commented 1 year ago

Changed String literal directly used inside the log method to constant. Declared a private static final string and used inside the log method.

melix commented 1 year ago

It is not a good practice to tag people in order to get your PR reviewed. Especially when they have nothing to do with the project. Please be patient and I'm sure the maintainers of this repository will come back to you.