Hashir-Jamil / LongBox

MIT License
1 stars 1 forks source link

[BR8] GUI Classes Do Not Consistently Use Constants for String and Dimensions To Define Components #8

Closed Hashir-Jamil closed 7 months ago

Hashir-Jamil commented 7 months ago

The GUI code does not use constants very well in the User Login and Registration features. This is notable in the org.longbox.presentation.authentication package. To address this please refactor by creating constants to hold common strings and dimension values.

ahan10 commented 7 months ago

Added constants for all strings and common int's in authentication package.