Live data from Hacker News

Letters: A tiny debugging library for Ruby

lettersrb.com

21–27 of 27 posts

Re: Letters: A tiny debugging library for Ruby

#21

It looks interesting, but the screencast needs to be a bit more concise, and aimed at people who would actually use this. I made it through the first 5 minutes and gave up, because I wanted to see what the library did. I didn't want a tutorial seemingly aimed at absolute beginners, who in my mind wouldn't give two hoots about improved debugging at that stage. Had there been a shorter overview of the cool things you c…

Read the API. I had the same problem and skimmed through the API in 2 minutes.

Re: Letters: A tiny debugging library for Ruby

#24
post #15

Earlier quoted context omitted.

worthless postings should be pointed out, i believe, so that we can have quality links on the front page. this sugar coating which seems to be so popular with the hacker news community these days is not helping anyone.

What an obnoxious tosspot you are. Once your karma is in minus territory I'm not sure you are qualified to comment on the HN community.

you're funny

Re: Letters: A tiny debugging library for Ruby

#26
post #20
post #3

Earlier quoted context omitted.

That's the base case. It takes arguments, too, and if you give it a block, it prints out the result of the block called in the receiver's scope.

Why `p` though? That's a method on Kernel already and does puts(args.inspect)

Just changed it. I was hoping people wouldn't mix and match, but I don't mind using `o` instead:

https://github.com/davejacobs/letters/issues/6

Re: Letters: A tiny debugging library for Ruby

#27
post #26
post #20

Earlier quoted context omitted.

Why `p` though? That's a method on Kernel already and does puts(args.inspect)

Just changed it. I was hoping people wouldn't mix and match, but I don't mind using `o` instead: https://github.com/davejacobs/letters/issues/6

Thank you very much.
Post reply on HN