aidevnn / FastGoat

What C# can do for studying Finite Groups, quotient groups, semi-direct products, homomorphisms, automorphisms group, characters table, minimalistic rings and fields manipulations, polynomials factoring, fields extensions and many more...
MIT No Attribution
12 stars 1 forks source link

Logs and details #55

Open aidevnn opened 7 months ago

aidevnn commented 7 months ago

It is important to have a clear and organized way of displaying the intermediate results of calculations.

These results can help with debugging, optimization, and verification of the final output. However, printing them to the console or writing them to a file can be messy and inefficient.

A better solution would be to create a common class and methods that can handle the intermediate output in a consistent and flexible manner.