Git Product home page Git Product logo

eddy's People

Contributors

70sh1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

eddy's Issues

On Stream Review

Core.go

  • Core.go is currently acting as a sort of generic "utils" file
  • "PJZ_here: it's like thje junk drawer of your code base" <- general comment about having a "utils" file
  • I think this is a super apt metaphor where it can become very difficult to find things that are in this "junk drawer" as the project grows
  • It might be nice to think about pulling some of this stuff out into more specific "modules"
  • Great Code Aesthetic video that covers this

Progress Bars

  • Your UI is currently fairly coupled to your business logic since the core "Encrypt" and "Decrypt" functionality is "progress-bar-aware".
  • It would be nice to have some sort of "UI" module that encapsulates these progress bars and is communicated to via channels (or something similar) from the Encrypt / Decrypt process
    • Encrypt and decrypt then use these channels to communicate meaningful information about their process that any "subscriber" could theoretically use from a reference to these channels
    • This makes it extensible for if you want other parts of your code to know what's going on in the Encrypt/Decrypt process

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.