We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Decorators 2 - Name Directory
Decorators 2 - Name Directory
Sort by
recency
|
233 Discussions
|
Please Login in order to post a comment
Here is HackerRank Decorators 2 - Name Directory in Python solution - https://programmingoneonone.com/hackerrank-decorators-2-name-directory-solution-in-python.html
Isn't it terrible design to have a decorator change what parameters the decorated function expects? The only hint here is the name of the parameters in the provided code. I got it, but it is confusing...