You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@exercism/dart @devkabiir and I have been talking about how to improve the script for generating exercises in #170.
A few points:
@devkabiir brought up the idea of using a templating engine like mustache
Whatever we do, it needs to be flexible as there are some relational aspects to the generated code and the input that could be complex.
List of cases that need to be considered:
A way to inform the generator whether to place the reference the function calls in test suite within a class instance or not. Would also inform the generator whether to create a class in the empty exercise file in lib
The text was updated successfully, but these errors were encountered:
@exercism/dart @devkabiir and I have been talking about how to improve the script for generating exercises in #170.
A few points:
List of cases that need to be considered:
lib
The text was updated successfully, but these errors were encountered: