10 Matching Annotations
  1. Mar 2023
  2. Aug 2021
    1. An internal DSL (often called an Embedded DSL) is a DomainSpecificLanguage that is written inside an existing host language. It's a common way of thinking in a number of programming language communities - particularly the Lisp community. It's now gaining a lot of attention as DSLs are a common way of thinking in the rapidly growing Ruby community.
  3. Jun 2021
  4. Mar 2021
  5. Nov 2020
  6. Apr 2020
    1. But where is the helper method defined? What’s its visibility? Can I put it in a module? Can I use inheritance? Who can call it? Can I call super from the extracted method? If so, where does super go?
  7. Feb 2020
  8. Jan 2020