Giter VIP home page Giter VIP logo

libhoney-cs's People

Contributors

carlosalberto avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

libhoney-cs's Issues

Move from a singleton to a Honey instance.

At the moment, we have the initialization happening through a singleton (Honey.Init()), but we could have it as a single instance, such as other connectors do, i.e. new Honey('MyComponent', 'mykey01').

Observe this is a simple change but would involve a lot of boring refactoring here and there ;)

.Net core support

I don't know how important, but we could try testing against .Net core - I saw there's some support for it, so we could consider it.

Documentation

This includes examples and actual API docs - should we include inline documentation, as other Honey connectors do?

Better version handling

We should be able to automatize version bumping, to synchronize it with the current Makefile + Assembly information (unless manual publishing to Nuget is always the taken route).

Responses being wrapped in a opaque class

(This is a potential improvement)

Right now Responses is of type BlockingCollection - which means that the user can read and write to it. We should probably offer an opaque interface, i.e. so the users can't add objects there.

Observe that BlockingCollection implements IReadOnlyCollection, but that interface doesn't offer the nice TryTake method.

We could still offer other common interfaces, such as ICollection (as BlockingCollection as of now does).

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.