$ scala TakeLinks.scala
old version
======================
Test URL1
https://some.url.com?blah=MORE-BLAH
Test URL2
https://another.url.com?dr=who
Test URL3
https://third.url.com?name=dontknow
new version
======================
Test URL1
https://some.url.com?blah=MORE-BLAH
Test URL2
https://another.url.com?dr=who
Test URL3
https://third.url.com?name=dontknow
@kevin-lee 이제야 확인을 했습니다. 보니까 저는 for comprehension이 훨씬 가독성이 좋네요 👍
루비에서 json은 그냥 hash로 1:1로 양방향 변환이 되니까(다이나믹 타입) 아주아주 편리합니다.
루비에서 hash의 위상이 엄청나게 높다보니 ㅎㅎ