Can I ask that we change the fudge_tuple function in the Tuple class to something more like fudge_attribute. The name fudge_tuple is not representative of the function's behaviour. Furthermore the function is not documented.
Construction of the Parameters object in unit tests should be modified to include new arguments (or, alternatively, the constructor parameters should be made optional) such that unit tests can pass
Can I ask that we change the
fudge_tuple
function in theTuple
class to something more likefudge_attribute
. The namefudge_tuple
is not representative of the function's behaviour. Furthermore the function is not documented.