stefan8893 / simple-trading

MIT License
1 stars 0 forks source link

Refactor ValueParser #59

Closed stefan8893 closed 1 month ago

stefan8893 commented 1 month ago

Right now, there are two methods CanParse and Parse. However, there is too much repetition in these methods. Therefore they should be combined to one with the name TryParse.