Git Product home page Git Product logo

scala.twitchirc's People

Contributors

0seren avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

baronukf

scala.twitchirc's Issues

Class Structure

Provide nice accessor methods and clean up all case classes.

Formatting

Change formatting options to be more readable and pretty (i.e. Change tabs to spaces).

API Calls

Should provide support for Twitch API calls.

Stream Closing

Provide a way to close Connections safely. Both manually and at the end of TwitchIRC use.

Broaden Types

Things like List[T] should be changed to Seq[T] or Iterable[T], etc.

Optimizations

Provide code optimizations so as to be better, faster, stronger.

Connection Pools

Should create some sort of connection pool to deal with large message requests. Perhaps on a per channel basis or with a recieve connection and several send connections. To be determined.

Blocking

Make it so it'll block when sending a message as to avoid a global ban. Should be completely configurable. Including but not limited to set message delays and dynamic blocking upon reaching a limit.

Message Hierarchy

Look into a better way to implement the Message Hierarchy. Perhaps Sealed, Abstract, or Trait.

Generalize Connections

Connections should not be aware of their affiliation to Twitch. Should make them more generalizable/configurable.

Decompose Parser Object

Decompose the Parser Object and put its methods into their respective classes/objects so Code about a class or object stays with that class or object. (Code that belongs together should stay together)

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.