search for: codelife

Displaying 1 result from an estimated 1 matches for "codelife".

Did you mean: codefile
2012 Nov 09
1
decorating API in R
...d(...), then (e.g.--not complete, strictly for illustration) * create global attr=VAR-LIST if it does not already exist * add properly-formatted variable name to VAR-LIST * add properly-formatted attrs longname, units, var_desc to the datavar if they do not already exist I've spent most of my codelife in Java, where one can decorate as above either * @ compile-time: simple inheritance. Brittle longterm, but gets the job done for now. * @ run-time: real Decorator Pattern ? la the Gang of Four. Not much harder, usually worth the investment, but not "the simplest thing that could possibly wo...