toor1245 / MatrixDotNet

Powerful .NET library for calculating matrix
https://toor1245.github.io/MatrixDotNet/
MIT License
10 stars 3 forks source link

API proposal: rethink Template #140

Open toor1245 opened 3 years ago

toor1245 commented 3 years ago

Is your feature request related to a problem? Please describe. At the moment user can save file to MatrixLogs folder and read only from this folder, What if user want to load .dat file from other place or save to other path.

Describe the solution you'd like Our base class Template have only one constructor with title parameter, so my proposal is introduce new constructor with default path where user of library can change on path which he wants.

Additional context Any ideas are welcome.

Dilorfin commented 3 years ago

What about fully rethink idea about such called Template?