Giter Site home page Giter Site logo

komm's Introduction

Hi ๐Ÿ‘‹, I'm Sergey Antonov, aka Scogun

I'm passionate about:

  1. Algorithms
  2. Best code architecture practice on:
  3. Implement fastest solution for:
  4. Build full *aaS solutions on:
  5. And use for it:

You will find all information about my experiences and achievements in my account on

komm's People

Contributors

scogun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

komm's Issues

@KOMMMap to

General Information

So far, KOMM supports only from property for map annotation.
There also should be to property to provide possibility to map current object to third-party one.

Potential problems

  1. How to specify some primary constructor parameters, which is not presented in current object?
  2. What if to is Java object where property can be assign only via setter function call?

Create KOMM Plugin Version

General Information

Right now to setup KOMM a developer has to add everything manually.

Potential Solution

KOMM Plugin could be provide. It will reduce amount of default configuring.
Also, it will add possibility to implement add-ons functionality for extensions.

Plugins Extensions

General Information

We should investigate possibility to extend KOMM functionality via third-part libraries.

Collections mapping

General information

Right now collection mapping is supported only with the same collection types.

Fallback solution

Currently we can use @Converter

Acceptance Criteria

  1. Map Mutable <-> Immutable collections
  2. Map to different elements types. For example:
  intCollection = stringCollection.map { it.toInt() }
  1. Potential! Map one collection type into another. For example:
  intSet = stringList.map { it.toInt() }.toSet()

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.