azu / azu/technical-word-rules

<名詞>-<名詞> は除外

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
30
Forks
5
PR merge metrics
No merged PRs in 30d

Description

redux -> Reduxだけど、
redux-react のように-で繋げた場合などは例外とする必要がある。

``` js
/\bredux\b/.test("redux-react")
```

だとマッチしてしまう…

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the rule or dictionary entry responsible for matching “redux” and read how its regular expression handles hyphenated terms. Reproduce the behavior with the example in the issue, then verify that standalone “redux” is handled as before while “redux-react” is treated as an exception.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.