Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Latest commit

 

History

History

example8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

example8

let's look at some basic example of nesting decorators, something like

loggerDecorator(metricDecorator(function))

"A function that is decorated by a metric decorator which in turn is decorated by a decorator for logging things."

this should get me slowly accustomed to building up the "onion" :)




as always, please leave feedback / comments