Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code testing: more on decorators #55

Open
anenadic opened this issue Nov 1, 2022 · 1 comment
Open

Code testing: more on decorators #55

anenadic opened this issue Nov 1, 2022 · 1 comment

Comments

@anenadic
Copy link
Contributor

anenadic commented Nov 1, 2022

What is a decorator? It’s sort of a function that calls a function.
Why use it?

  • Abstraction, ‘declarative’ format
  • May harm readability? Adds complexity to people who aren’t familiar with them
@anenadic
Copy link
Contributor Author

anenadic commented Nov 16, 2022

Needs an investigation and a bigger discussion (it affects a few episodes) - decorators caused confusion a few times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants