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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ProcessReferencesService
ProcessReferencesService(投稿から参照を抽出して関連付ける)をリファクタリングする
いろいろな概念を入れ込みすぎて処理がこちゃこちゃになっており、自分でも判読が難しい 編集で同じURLの参照を引用に変更する処理にバグがあるが、コードが複雑で修正できない状態 また、投稿に別途引用URLが指定されていても、それが有効に動作する場合としない場合がある(テストでも判別不可能)
テストコードはすでに書いてあるので、この機会にすっきりさせたい
The text was updated successfully, but these errors were encountered:
Fix: #94 ProcessReferencesServiceリファクタリング・編集時の参照引用変更バグ修正 (#329)
0ed5577
* Fix: `ProcessReferencesService`リファクタリング・編集時の参照引用変更バグ修正 * Fix test * Fix index_with * Fix to method chain
Successfully merging a pull request may close this issue.
欲しい機能
ProcessReferencesService
(投稿から参照を抽出して関連付ける)をリファクタリングする必要性
いろいろな概念を入れ込みすぎて処理がこちゃこちゃになっており、自分でも判読が難しい
編集で同じURLの参照を引用に変更する処理にバグがあるが、コードが複雑で修正できない状態
また、投稿に別途引用URLが指定されていても、それが有効に動作する場合としない場合がある(テストでも判別不可能)
テストコードはすでに書いてあるので、この機会にすっきりさせたい
The text was updated successfully, but these errors were encountered: