januschung / math-worksheet-generator

Create basic addition, subtraction, multiplication and division practice questions with the answer sheet
GNU General Public License v2.0
507 stars 91 forks source link

Separate code and write unittests #25

Closed MeisQuietude closed 1 year ago

MeisQuietude commented 4 years ago

Could I separate your code (Math operations, Output methods, Parser options) into a different files and write prototype of unittests?

Example of math separate in your file - #23

januschung commented 4 years ago

I would like to keep it in a single file for now since the current file is relatively small.