Java icon indicating copy to clipboard operation
Java copied to clipboard

Standardize Package Naming Convention

Open gowtham1412-p opened this issue 2 weeks ago • 0 comments

What would you like to share?

Some directories use inconsistent naming conventions (e.g., Search, searching, sort). Refactor to follow consistent Java package naming — lowercase, descriptive.

Example fix:

Search → search

Sort → sorting

Additional information

No response

gowtham1412-p avatar Nov 26 '25 08:11 gowtham1412-p