Can someone give me the design of how to maintain all the hardcoded values sepratly.
I'm currently using some design patterns, are these fine? And is there any thing more I can do for better design of my applicaiton code.
The design patters I use are (My application is having multiple screens similar wizard):
Is there any better design approaches? to seperate from program code, A. the "messges visible to user", B. log messages, C. Usability values (screen sizes, Fonts, etc), values user has input in the screens, directory/file paths...
I would check out the Java Preferences API, which allows you to store system-wide defaults, per-user defaults and make use of hard-coded defaults in the absence of configured values.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With