Code Monkey home page Code Monkey logo

leveledstorage's Introduction

IntelliJ, don't hurt me, don't hurt me, no more..

leveledstorage's People

Contributors

milkyway0308 avatar

Watchers

 avatar  avatar

leveledstorage's Issues

Fix it

  • 대부분의 클래스는 상속을 생각하고 만든 클래스가 아니므로 final을 다는 것이 좋습니다.
  • StoredData의 IntegerSeparator같은 상수는 final을 붙이는게 좋습니다 근데 비공개잖아?
  • StringUtil의 c >= '0' && c <= '9'보다 Character.isDigit(c)가 가독성이 높을것이라 생각함
  • StringUtil#extractIntegers는 null이나 비어있는 텍스트를 대상으로 어떤 값이 나올지 참으로 궁금 (웃음)
  • StringUtil#extractLong과 StringUtil#extractIntegers는 같은 함수나 다름이 없음. Number를 상속한 클래스로 longValue()나 intValue() 등의 함수를 구현하는 것은 어떨까 싶음.
  • PatternCrashReplacer#replacePatternCrashItems은 아마 (asdf)를 하면 "(asdf)"가 매칭되기를 위해 만든 함수인 것 같은데 이미 그 역할을 하는 Pattern#quote가 있음.
  • GenericResolver는 읽기를 포기함
  • Test 제발 JUnit
  • 제발 유틸 클래스 생성자 private
  • WritableData 구현 없을거면 interface로 하시는게?

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.