Coder Social home page Coder Social logo

clinq's Introduction

Hi there ๐Ÿ‘‹

My name is Alexey Akhundov. I am a student at HSE, Faculty of Computer Science, Software Engineering.

As a software engineer, I specialize in backend technologies.

I like coding, learning and using algorithms, data structures, designing architecture, in general, almost everything related to CS.

Overall GitHub stats

Links ๐Ÿ”—

๐ŸŒ My Website
๐Ÿ“ฑ Telegram

clinq's People

Contributors

theseems avatar

Stargazers

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

Watchers

 avatar  avatar

clinq's Issues

Add javadocs for the API

There definitely should be a kind of documentation for the API.
Let's start by adding simple Javadoc to the interfaces.

What to do with optional pipes?

Now it's just impossible to configure optional pipes.
Need to figure out what to do with them.

There are a few possible scenarios:

  • Delete them completely (i guess it's just of no frequent use)
  • Add support for their configuration.

Out-of-place error message and blocking declarations.

It would be cool to have some long error messages separated from the check syntactically

var checker = Clinq.<Some>checker()
    .and(smth)
      .error("oh smth does not work")

with blocking:

var checker = Clinq.<Some>checker()
    .and(smth)
      .error("oh smth does not work and it block everything")
      .blocking()

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.