Coding Challenge: Create a Mini DSL
Let's create a mini domain-specific language in this challenge.
We'll cover the following...
Problem statement
Let’s create a mini DSL that makes it easier to create (correct) flights for an airport.
Notice that we’ve already defined a couple of useful types. Flights have different ...