Skip to content

Idea -- generate parameter test code #27

Open
@enginuity

Description

@enginuity

Write a function that adds all parameters of a function to the code --
eg:

testfx = function(a,b,c) {
... 
} 

becomes

testfx = function(a,b,c) {
if (FALSE) {
a=0; b=0; c=0;
}
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions