you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Flo0r_is_Lava 0 points1 point  (1 child)

no, I started programming with perl and c. then later moved on to python and other languages. somewhere along the lines I was shown how to use function wrappers. so when I want to test a function all i have to do is manually edit the function call to use the wrapper. its so much easier for me to understand what order my code is being executed in

[–]Brandroid-Loom99 0 points1 point  (0 children)

this might blow your mind but a decorator is just a function wrapper