Open sh19910711 opened 10 years ago
The basic idea is as above. I will implement and proceed this project from now on. Could you give me a hand in implementation of inner-DSL please?
cc: @osund
@sh19910711 Seems like a good idea. Sure, I can try to help but I don't have much Ruby experience, so I don't think I will be able to help much when it comes to creating a DSL in Ruby. Do you mean I should help you reimplementing the drivers in the DSL or implement the DSL itself (or both)?
@osund Good :)
Do you mean I should help you reimplementing the drivers in the DSL or implement the DSL itself (or both)?
Yes, I mean both, but the first thing we should implement the DSL. It is fine if you do just the ones you understand.
The method of communication is by this thread, ok? I will contact you later when it is ready.
Hi, I wrote a poster about git-contest and this project (contest-driver) for "RubyWorld Conference 2014" [1]. Here is a URL of the poster: http://docs.yomogimochi.com/ruby-wc/1414904336-git-contest.pdf
The implementation of contest-driver will be late, because I'm working on another project.
Okay, nice poster!
I am thinking about divide
contest drivers
into separate projects fromgit-contest
.New architecture image is below:
The Driver Base provides inner-DSL on Ruby to write driver class more clearly. Here is a pseudo code for driver:
It is used as below: