Giter Site home page Giter Site logo

Comments (2)

Shir0kamii avatar Shir0kamii commented on June 17, 2024

Hi,

Pyhooks is in fact built to work with classes that you don't define yourself. You can use a simple decorator in this case because you define the DatabaseEntry class yourself. However, when you want to do this for a third party class, pyhooks will allow less boilerplate, as you won't have to override the function to change its behavior.

When you want to do that for one of your own classes, a simpler approach without pyhooks works better.

from pyhooks.

thouger avatar thouger commented on June 17, 2024

Thank @Shir0kamii ,i already know what does Pyhooks do.In general,Pyhooks is a wrapper around Decorators.If i want to implement AOP(Aspect Oriented Programming),Pyhooks can let me implement it directly rather than by rewriting Decorators.On the other hand,it can be used by people who don't know much about Decorators.After all Decorators is too hard to understand with callbacks and parameters.By the way, i want to disclose the secret about the code is so hard to understand in order that I was already confused when I read it.
4l 1s9zfc9 p_ vsi kotsm

from pyhooks.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.