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
Arrayあたりに顕著ですが、Enumerableをincludeして継承したメソッドを同名で再定義しています。
Array
Enumerable
継承したメソッドの再定義は、効率化のためだけで機能が同じものも、そうでないものもありますが、 他のクラスのインスタンスでも同名のメソッドが使えることを示唆し、 視野を広げて俯瞰して体系的に捉えやすくなっていいのではないか、と考えています。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Array
あたりに顕著ですが、Enumerable
をincludeして継承したメソッドを同名で再定義しています。継承したメソッドの再定義は、効率化のためだけで機能が同じものも、そうでないものもありますが、
他のクラスのインスタンスでも同名のメソッドが使えることを示唆し、
視野を広げて俯瞰して体系的に捉えやすくなっていいのではないか、と考えています。
The text was updated successfully, but these errors were encountered: