adamzalesak / PV286-Project

Data converter between different formats written in C# (collaborative university project)
0 stars 0 forks source link

Unhandled exceptions #17

Closed Pa3u3u closed 1 year ago

Pa3u3u commented 1 year ago

Running the program with an unimplemented format results in an unhandled System.NotImplementedException.

I understand that some functionality is not yet implemented, but a civilised user-friendly application should avoid this and translate these errors into simple error messages on standard error output.

This is because users do not care about your stack traces, nor are they interested in what exact exception caused this; this information should be written into a log file.