dev-five-git / dev-five-git/braillify
함수 접두사 통일 필요
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 178
- Forks
- 44
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 21
Description
Nodejs, Python 함수 접두사 : translate
Rust 함수 접두사 : encode
한쪽으로 통일이 필요해보입니다.
https://github.com/dev-five-git/braillify/blob/ff22c62f9ab4a40ed6e897b06c4d2e705f2c12b6/packages/node/src/lib.rs#L10-L18
https://github.com/dev-five-git/braillify/blob/ff22c62f9ab4a40ed6e897b06c4d2e705f2c12b6/packages/python/src/lib.rs#L10-L18
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the exported function definitions around lines 10–18 in packages/node/src/lib.rs and packages/python/src/lib.rs, then compare the translate and encode names used by each binding. Confirm which prefix should be canonical with the project context; done means the exposed function naming is consistent across the Node.js, Python, and Rust interfaces.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, python, rust
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100