We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재는 {}를 사용해 볼드체로 변환을 하고 있지만 md 형식으로 변경하도록 하겠습니다.
또, pattern을 메서드를 실행할 때마다 compile을 하고 있는데 이는 이펙티브 자바에서 안 좋은 코드라고 말했던 것을 기억했습니다. 이 부분도 성능을 측정한 후 수정하도록 하겠습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
현재는 {}를 사용해 볼드체로 변환을 하고 있지만 md 형식으로 변경하도록 하겠습니다.
또, pattern을 메서드를 실행할 때마다 compile을 하고 있는데 이는 이펙티브 자바에서 안 좋은 코드라고 말했던 것을 기억했습니다. 이 부분도 성능을 측정한 후 수정하도록 하겠습니다.
The text was updated successfully, but these errors were encountered: