Giter VIP home page Giter VIP logo

Comments (3)

rauljordan avatar rauljordan commented on July 30, 2024 1

Closed by #149

from prysm.

prestonvanloon avatar prestonvanloon commented on July 30, 2024

To shine more light on this: my specific suggestion was to add abstraction around flag access for the users of the sharding node.

I.e. change this

actor := n.Context().GlobalString(utils.ActorFlag.Name)

to this

actor := n.Actor()

Why? It's easier to use, consume, and understand for the bit of code that needs to know what type of actor to operate in this specific example. It probably makes it easier to test as well.

There may be only one instance of this specific example, but it would be worth looking at other ways to improve our interfaces as part of this issue.

from prysm.

rauljordan avatar rauljordan commented on July 30, 2024

Great point, this will reduce the need for certain imports and makes the code a lot more clear. I already started fixing this in #137 where I use n.DataDir() as an abstraction over the cli context. This, along with the DepositFlag are the only two scenarios here but we will keep this in mind moving forward. I'll fix the DepositFlag situation in a different PR.

from prysm.

Related Issues (20)

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.