-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML Dumper. #9
HTML Dumper. #9
Conversation
First of all, thank you for your contribution. The output styling is pretty neat, haven't tried it with photos yet though. The Ruby style looks fine to me, and in any case, part of the Ruby philosophy as I understand it is that a programmer should be free to use any style they please as long as it makes sense :) I did find a few issues issues with your code:
Beside the above there are two more problems I have to get out of the way before I can merge this.They have to do with issues #3 and #6.
|
Little time, but I can confirm I'm working on the HTML dumper. Edit: oh wait, this is not a feature request but actually code. I'll read in more detail later (also tvdstaaij's comment). |
They are incompatible, though. @aidin36's dumper is, well, a dumper. What I am writing is a formatter. They cannot coexist as it is, so once the dumper gets rewritten into a formatter the best of both can be taken. You say there are many ways an HTML formatter/dumper can be written, but I'm not really sure. There are choices to be made like browser support, using javascript or not, language support (spoken languages I mean)... but those are mostly mergeable things and/or simply settings. Really big, incompatible differences can also be made clear in naming: Right now the advantage of @aidin36's dumper is RTL support, which can easily be added in my formatter (I planned to when seeing this dumper, but I think someone who actually uses RTL might be a much better judge of whether it works as it should). |
I'm not a Ruby developer, so the code may not be very Rubish. (: