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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今の実装はinitでfilepathを入れて,print時にreadしている
filepathかfilecontentのどっちかを入力するようにしといて filepathがあるときはinit時にreadするようにしてfilecontentに入れる filecontentがあるときはそのままfilecontentで持っておく
こうすれば,readとprintが分割されるので,もう少し柔軟な実装ができそう 将来的にecho的な実装をしたくなっても実現しやすいと思う
The text was updated successfully, but these errors were encountered:
RichMakerで気になった点
Sorry, something went wrong.
@ShotaroKataoka 自分も同じこと考えてたので,v0.3でリファクタリングしてしまいましょう!
No branches or pull requests
提案
今の実装はinitでfilepathを入れて,print時にreadしている
filepathかfilecontentのどっちかを入力するようにしといて
filepathがあるときはinit時にreadするようにしてfilecontentに入れる
filecontentがあるときはそのままfilecontentで持っておく
こうすれば,readとprintが分割されるので,もう少し柔軟な実装ができそう
将来的にecho的な実装をしたくなっても実現しやすいと思う
The text was updated successfully, but these errors were encountered: