Code Monkey home page Code Monkey logo

pyjosa's Issues

Exception 을 커스텀 해야 함

def has_jongsung(string: str)  -> bool:
    if not is_hangle(string):
        raise Exception("마지막 글자가 한글이 아닙니다.")

이 부분에서 raise Exception으로 처리하게 되면, 실제 사용자가 이 부분을 예외처리 하기위해서

try:
    # logic here 
except Exception as e:
    # logic here

과 같이 Exception을 예외처리 해야 하므로 , custom Exception Class를 만들어서 런타임 에러를 만들어야 함.

브랜치 전략 결정

dev / master (release 용) 으로 분리해서 git flow를 따르기?

기타 좋은 방법?

조사 분류

이/가
을/를
은/는

등 어떤 조사들을 어떻게 분류할지 정리해서 기능 제공

클라이언트가 사용할 API 네이밍 길이 조절

현재 get_josaget_full_string 과 같이 긴 메서드명을 사용해서 불편함을 끼칠 수 있음.

다른 비슷한 기능을 하는 라이브러리를 찾아본 결과 pick 과 같이 짧은 메서드명을 사용함.

하지만 메서드명을 이렇게 바꿔서 배포하면 하위호환을 유지할 수 없음. 하위 호환을 유지하면서 새로운 메서드명을 적용할 방법을 고안해야 함

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.