Closed Guillermo-Santos closed 10 months ago
Really cool changes! Could you make tests for this?
Really cool changes! Could you make tests for this?
I'll make them. Also, what do you think about making the 'Console class' an interface or BaseClass so that people could change the behavior of it? (Like changing the methods that decide what things are the standard input/output/error). So that, for example, you could make that the standard error is a file stream pointing to some file ln the FS.
Or simply make those methods static and use a make static Func<TextWriter/Reader, bool> properties for each so you can change them.
Plugged Properties
Plugged Methods
Other changes
Bugs Found