debugging-practice-debugging-with-pry-lab-online-web-prework

时间:2021-03-09 02:32:39
【文件属性】:
文件名称:debugging-practice-debugging-with-pry-lab-online-web-prework
文件大小:10KB
文件格式:ZIP
更新时间:2021-03-09 02:32:39
Ruby 调试 如果克隆此实验室并运行测试,您会注意到一些事情:一切都坏了。 像,坏透了。 你猜怎么着? 修复它就在您身上! 请记住,该实验室不仅要查找和修复错误,还应了解如何查找这些错误是什么。 不要只是猜测和测试。 并且不要忘了使用您最好的朋友binding.pry跳入您的代码并确认您的怀疑。 请记住,在您要撬入的每个文件的顶部均require 'pry'撬入”。
【文件预览】:
debugging-practice-debugging-with-pry-lab-online-web-prework-master
----.gitignore(642B)
----.rspec(22B)
----spec()
--------turtles_all_the_way_down_spec.rb(327B)
--------the_final_frontier_spec.rb(298B)
--------spec_helper.rb(5KB)
--------false_equivalency_spec.rb(286B)
--------method_man_spec.rb(430B)
--------pemdos_spec.rb(232B)
----README.md(646B)
----Gemfile(50B)
----.learn(22B)
----fix_using_tests()
--------pemdos.rb(92B)
--------method_man.rb(155B)
--------false_equivalency.rb(330B)
--------turtles_all_the_way_down.rb(445B)
--------the_final_frontier.rb(369B)
----Gemfile.lock(236B)

网友评论