Move fun examples down

This commit is contained in:
Petrutiu Mihai
2016-07-13 14:41:39 +03:00
parent 6acb465f3e
commit a9167c30e3

View File

@@ -28,16 +28,15 @@ namespace StrategyPattern
Console.WriteLine("Now the same example, but implemented with strategy pattern");
ShippingWithStrategyExample.Run();
//This is just for fun (Challenged to loop without using conditions/loops)
LoopWithExceptionExample.Run();
//This is just for fun (Challenged to loop without using conditions/loops)
MagnificLoopExample.Run();
ArrangeInterviewMotivationalExample.Run(InterviewPersons.Get());
//Show the switch moving problem
ArrangeInterviewExample.Run(InterviewPersons.Get());
//This is just for fun (Challenged to loop without using conditions/loops)
LoopWithExceptionExample.Run();
//This is just for fun (Challenged to loop without using conditions/loops)
MagnificLoopExample.Run();
}
private static string GetDescription()