- 1
Work structure
One question on work structure: i have a working method and need to upgrade the code to integrate a new aspect. Do I change the function and integrate it or do I write a check and a second method? (I had recently a lot of trouble with the first procedure ;-) )
1 Answer
+ 3
u could make a wrapper:
a 2nd function with new aspect that calls first one.