Coder Social home page Coder Social logo

jchatexchange's Introduction

testing fix me

SCP-ZH-9288-EX

github stats

Top Langs

jchatexchange's People

Contributors

gitter-badger avatar unihedro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mangstadt

jchatexchange's Issues

Anyone?

Is this repository alive?

Class UtilMessages is buggy

This use one of my packages (https://github.com/fge/msg-simple).

The correct way to share a common message bundle among several threads is to implement a MessageBundleProvider. Therefore, this is enough code for the full class:

package jchatexchange.util;

import com.github.fge.msgsimple.bundle.MessageBundle;
import com.github.fge.msgsimple.bundle.PropertiesBundle;
import com.github.fge.msgsimple.load.MessageBundleLoader;

class UtilMessages
    implements MessageBundleLoader
{

    @Override
    public MessageBundle getBundle()
    {
        return PropertiesBundle.forPath("jchatexchange.exceptions");
    }
}

Then a call to:

private static final MessageBundle BUNDLE = MessageBundles.getBundle(UtilMessage.class)

will ensure that the appropriate bundle is loaded -- only once across the entire application.

On the other hand, I admit that the documentation for this project is lacking.

DOCUMENTATION

Just... create... a little... Documentation! Please!

I almost only see empty classes and interfaces with comments, but very few actually implemented and documented classes.
Please write somewhere which classes are already usable and what functionality they have...

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.