refactoring code with truth value test which is more pythonic, concise, readable and efficient; how do think this change which has practical value?
설명 (Description)
이 문구를 지우고 여기에 내용을 적어주세요. (Remove this sentence and describe here.)
겁내지 말아요, 저희는 한글을 사랑합니다.
개발자를 위한 가이드 (Developer's Guide)
만약 khaiii에 pull request가 처음이라면 개발자를 위한 가이드 문서들을 한번 읽어보시길 권고드립니다.
If this is your first pull request for khaiii, please see the Developer's Guide.
체크 리스트 (Checklist)
pull request 전에 아래 체크 리스트들을 만족하는 지 확인한 후 체크('x') 표시를 해주시기 바랍니다.
Before you submit pull requests, please check(set 'x') to the checklist below.
[ ] master 브랜치가 아니라 develop 브랜치에 머지하도록 pull request를 작성 중이신가요? (Did you merge into develop branch not master?)
[ ] build/test/khaiii 프로그램을 실행하여 테스트가 성공했나요? (Did all tests are passed when you ran as build/test/khaiii)
[ ] PyLint 툴을 실행하여 발생한 에러를 모두 수정하셨나요? (Did you fix all errors after running PyLint?)
[ ] CppLint 툴을 실행하여 발생한 에러를 모두 수정하셨나요? (Did you fix all errors after running CppLint?)
refactoring code with truth value test which is more pythonic, concise, readable and efficient; how do think this change which has practical value? 설명 (Description)
이 문구를 지우고 여기에 내용을 적어주세요. (Remove this sentence and describe here.)
겁내지 말아요, 저희는 한글을 사랑합니다.개발자를 위한 가이드 (Developer's Guide)
만약 khaiii에 pull request가 처음이라면 개발자를 위한 가이드 문서들을 한번 읽어보시길 권고드립니다.
If this is your first pull request for khaiii, please see the Developer's Guide.
체크 리스트 (Checklist)
pull request 전에 아래 체크 리스트들을 만족하는 지 확인한 후 체크('x') 표시를 해주시기 바랍니다.
Before you submit pull requests, please check(set 'x') to the checklist below.
build/test/khaiii
프로그램을 실행하여 테스트가 성공했나요? (Did all tests are passed when you ran asbuild/test/khaiii
)