COSCUP x RubyConf TW 2021

tap> : 一種跟 print 一樣簡單,但卻更靈巧、更好用的簡易除錯工具函數。

Abstract

A simple tool for debug (tap>)

  • The general idea about debug
  • What is the deficiency of print when it is used for debugging?
  • tap>: a better print
  • The design philosophy of tap>

English Abstract

A simple tool for debug (tap>)

  • The general idea about debug
  • What is the deficiency of print when it is used for debugging?
  • tap>: a better print
  • The design philosophy of tap>
Laurence Chen