Code Monkey home page Code Monkey logo

core's People

Contributors

lambdagg avatar shyrogan avatar xtrm-en avatar

Watchers

 avatar

core's Issues

Settings

Settings

This issue is more like a thread to decide what we should do for settings, it will try to discuss every problem we might encounter during the development of the client.

General

Delegated settings: This is a cool point mentioned by @lambdagg, it would be nice being able to create settings based on getters/setters. This would allow us to have common settings between features and basically make any setting as configurable as we want.

Callback: When a value is set, we should be able to run callbacks.

Constraints

Choices: we should be able to restrict a value by a value set. Those values should be identifiable and describable (maybe they could be containers ?) for settings serialization.
A good solution would be something like this (I guess)

public static final Set<Mode> CHOICES = Set.of(Mode1, Mode2...)

@Setting @Choices("CHOICES")
public Mode mode = Mode1;

Min, Max, Step: A number value could have a minimal value, a maximum value, both, none... An annotation that stores a double should be more than enough to achieve this.

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.