OSSpk / Library-Management-System-JAVA

📚 A sophisticated Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI).
https://github.com/harismuneer
MIT License
327 stars 223 forks source link

Code Refactoring #25

Open vivekcts91 opened 7 months ago

vivekcts91 commented 7 months ago

Changed the names of the variable in the declarations and constructors as per naming Conventions, making it easier to understand the code base even better. Also Added the equalsIgnoreCase() in certain methods making it case insensitive which in-turn makes it user-friendly.

Screenshot (145)

vivekcts91 commented 7 months ago

Adding more Screenshots Screenshot (146) Screenshot (147)