Code Monkey home page Code Monkey logo

check's Introduction

Instructions

Install the package with:

go get github.com/elopio/check

Import it with:

import "github.com/elopio/check"

and use check as the package name inside the code.

For more details, visit the project page:

and the API documentation:

check's People

Contributors

niemeyer avatar come-maiz avatar freeeve avatar jameinel avatar fgimenez avatar aznashwan avatar davecheney avatar joeshaw avatar mwhudson avatar

Watchers

James Cloos avatar

check's Issues

The reporter interface has many methods

This is an issue to discuss later.

Federico thinks the interface has a lot of methods and it would be better to define an event and only one add method that receives that event as an argument.

I think that the interface is clearer when the actions are reflected in the name of the methods, instead of defining a generic method that receives a selector argument.

logger configuration can't be extended

The logger has many of the same problems that the reporter has.
It needs to be defined as an interface, so we can extend it in any form we want.

Then instead of controlling when the output is flushed with the verbosity flags, we can use the verbosity to control how much is printed, and the implementation of the interface to decide when and where it goes.

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.