Implementation and parser of BakeCode Recipe.
- Prefer
UnmodifiableListView
,UnmodifiableMapView
,UnmodifiableSetView
, etc... overList.unmodifiable
,Map.unmodifiable
,Set.unmodifiable
. This allows better type hinting and reduced runtime errors.