luke5542 / LanguageComparison

A comparison of various programming languages for similar problems to demonstrate the syntactic and run-time differences.
0 stars 3 forks source link

Validation of inputs for each example #11

Closed dan-c-underwood closed 9 years ago

dan-c-underwood commented 9 years ago

Should probably make sure that the examples validate all the inputs (more useful with timing now done inside the examples).

luke5542 commented 9 years ago

Sounds good. I think this would make an excellent next step after we finish restructuring everything.

luke5542 commented 9 years ago

With the restructuring complete, we might want to start adding in this validation.

dan-c-underwood commented 9 years ago

Following the validation for Go and the shell script, this issue is now complete.