Change the names of some vars, classes, functions etc. so they
describe better the function, class, etc.
- {{obj_name}} to {{Name}}
{{class_name}} to {{Class}}
- Rename path constants from 'XYZ_PATH' to 'XYZ/'.
- Change from:
GoTo("page1.html?event=webclass::webobj.event_name(arg1;arg2;arg3)")
to: GoTo("page1.html//webclass::webobj->event_name(arg1,arg2,arg3)")
- Probably it is better to change the denotation of
a slot (a variable) from {{var_name}} to a more
familiar denotation like: ${var_name}, or something
like this. (Why is it better? Does it have any
disadvantages?)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Change the names of some vars, classes, functions etc. so they
describe better the function, class, etc.
- {{obj_name}} to {{Name}}
{{class_name}} to {{Class}}
- Rename path constants from 'XYZ_PATH' to 'XYZ/'.
- Change from:
GoTo("page1.html?event=webclass::webobj.event_name(arg1;arg2;arg3)")
to: GoTo("page1.html//webclass::webobj->event_name(arg1,arg2,arg3)")
- Probably it is better to change the denotation of
a slot (a variable) from {{var_name}} to a more
familiar denotation like: ${var_name}, or something
like this. (Why is it better? Does it have any
disadvantages?)