Created
December 13, 2014 16:07
-
-
Save easylogic/4596690eb355104b1f83 to your computer and use it in GitHub Desktop.
DSL 이 필요할 것 같다.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
각각의 기능에 맞는 DSL 이 필요하다. | |
Collector 에 맞는 DSL 을 기획해보자. | |
Html Get http://www.naver.com/news | |
params | |
Key value | |
Set | |
Key selector | |
Key { | |
여기는 코드가 들어간다. | |
내부에서 정해진 객체를 사용해서 실제 결과값으로 만든다. | |
루프가 필요하거나 | |
특정값을 변환해야할 때 사용할 수 있다. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment