Closed hoangatuan closed 7 months ago
@hoangatuan nice improvement! I was wondering if we could maybe ignore the mutation in this case. This whole logic is super fragile and easily breaks (I've been heavily testing muter on other projects). I've been studying new ways to implement this mutation because this one is a mixture of token positions and a lot of juggling with string indexes :(
@rakaramos I'm not sure if we should ignore mutation for the scenario when the developer uses non-alphabet character. For example, the logic can be like:
if value == "バルーンの表示判定" {
...
}
Besides, I haven't read the logic of discovering mutation in depth. I will try to take a look to see if we can improve it
@rakaramos I think your linux branch will have some conflict with my branch. I will rebase this branch and update it after you merge the linux branch
@rakaramos I've rebased and updated my PR
What it Does