File: Program.cs
Problem:
The Main method contains too much logic. Calls TestDictionaryTable(). Creates multiple ConsoleTable objects.
Uses different formats for outputting tables. Has a call to Console.ReadKey(); which is not directly related to the logic.
File: Program.cs
Problem:
The Main method contains too much logic. Calls TestDictionaryTable(). Creates multiple ConsoleTable objects.
Uses different formats for outputting tables. Has a call to Console.ReadKey(); which is not directly related to the logic.