|
* bumpyCase field names! I generally use lowercase_with_underscores for |
|
|
variable names but since the field names are turned into methods, I'd much |
|
|
rather have something like: |
|
|
|
|
|
ActionRecipient.getPoliticalParty() |
|
|
|
|
|
Instead of the current: |
|
|
|
|
|
ActionRecipient.getPolitical_party() |
|
|
|
|
|
Dont ya think? |
|
|
|
|
| 1 |
* Juggle properties into their own property sheets. This will allow for simpler |
* Juggle properties into their own property sheets. This will allow for simpler |
| 2 |
id = value mapping in a property sheet, as opposed to using a lines property |
id = value mapping in a property sheet, as opposed to using a lines property |
| 3 |
and using a seperator. |
and using a seperator. |