spaces_are_ok:在 Ruby 类、模块和方法名称中使用自然语言

时间:2024-07-23 03:09:05
【文件属性】:

文件名称:spaces_are_ok:在 Ruby 类、模块和方法名称中使用自然语言

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-23 03:09:05

Ruby

空间还可以 在 Ruby 类和方法名称中使用自然语言。 像这样 space_class ( "Scorecard for a player" ) . new ( "Picard" ) . space_method ( "Calculate the score from a game" , game ) 或者更短更漂亮 ç ( "Scorecard for a player" ) . new ( "Picard" ) . ƒ ( "Calculate the score from a game" , game ) 而不是机械和无聊 ScorecardForPlayer . new ( "Picard" ) . calculate_new_score ( game ) 或者信息量不大的 Scorecard . new ( "Picard" ) . score ( game )


【文件预览】:
spaces_are_ok-master
----test.rb(3KB)
----LICENSE.txt(1KB)
----.ruby-version(6B)
----lib()
--------spaces_are_ok()
--------spaces_are_ok.rb(461B)
----Gemfile(159B)
----Rakefile(93B)
----README.md(5KB)
----.gitignore(154B)
----spaces_are_ok.gemspec(1KB)

网友评论