Hacker News new | ask | show | jobs
by tonyedgecombe 2019 days ago
I've grown to dislike DSL's, especially when it comes to building software. The main problem is I don't spend much time in them so every time I need to make a change I'm back looking at unfamiliar code again. I'd much rather use the same language as the product and calling library functions or building an object model even if it is slightly more verbose.