Timeline for Question on refactoring and code design
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 16, 2012 at 19:02 | answer | added | user53019 | timeline score: 2 | |
| Nov 15, 2012 at 16:19 | comment | added | Sign | You forgot option 4 which is to use a static initializer to set the value. This depends on your situations but since it is an unusual choice I thought I would mention it. | |
| Nov 15, 2012 at 16:12 | answer | added | SoftwareCarpenter | timeline score: 0 | |
| Nov 15, 2012 at 16:06 | comment | added | Sergey Kalinichenko |
Knowing what you mean by "in certain situations" is the key to giving you a good answer. Please edit your question to specify if the new value should apply to some instances while other ones would continue using the static final, if you want to set a new value into the static final permanently to be used from that point on, or to do something else.
|
|
| S Nov 15, 2012 at 15:17 | history | suggested | user72066 | CC BY-SA 3.0 |
Removed "Java" from title and included it as a tag.
|
| Nov 15, 2012 at 15:14 | review | Suggested edits | |||
| S Nov 15, 2012 at 15:17 | |||||
| Nov 15, 2012 at 15:11 | history | asked | dhblah | CC BY-SA 3.0 |