Letters: A tiny debugging library for Ruby
lettersrb.com
Letters: A tiny debugging library for Ruby
1–10 of 27 posts
Re: Letters: A tiny debugging library for Ruby
#2 obj.tap { |x| puts x }Re: Letters: A tiny debugging library for Ruby
#3Didn't check the code out but it looks like p is something like: obj.tap { |x| puts x }
Re: Letters: A tiny debugging library for Ruby
#4Re: Letters: A tiny debugging library for Ruby
#5Re: Letters: A tiny debugging library for Ruby
#6I think you should at least mention the other "letters" included in the library on the front page. It goes in depth into 'p', which makes it seem like it's all there is. Maybe name some of the other letters, and link to the API docs.
Each individual piece seems pretty small and easy enough to implement, but the package as a whole seems more valuable, having all these little tools in one place.
Nice work
Re: Letters: A tiny debugging library for Ruby
#7This looks pretty cool. At first I had the reaction that it was too simple. I didn't have patience to watch the video, so I just read the homepage. I think you should at least mention the other "letters" included in the library on the front page. It goes in depth into 'p', which makes it seem like it's all there is. Maybe name some of the other letters, and link to the API docs. Each individual piece seems pretty sma…
Re: Letters: A tiny debugging library for Ruby
#8you registered a domain for this - a couple lines of code?
And it's 332 lines by the way.
Re: Letters: A tiny debugging library for Ruby
#9you registered a domain for this - a couple lines of code?