Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

PR #12

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

PR #12

wants to merge 32 commits into from

Conversation

csaba-j
Copy link

@csaba-j csaba-j commented Dec 6, 2022

Maradt 1-2 rész a kódban, ami nincs használva, a védés keretei között beszélhetek róluk, miket szántam plusz funkcionalitásnak, amit felfoghatunk "Későbbi fejlesztési ötlet" címszó alatt is.

Juhász Csaba József added 30 commits December 4, 2022 00:26
this.IsFree = false;
CookingTime = meat.CookingTime;
Console.WriteLine(meat.amount + " db " + meat.GetType().Name + " bekerült a sütőbe...");
Task.Delay(CookingTime).Wait();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ezt await-el is be lehetett volna várni :)

if (NormalFryers[i].IsFree) { return i; }
}
}
else throw new ArgumentException("Rossz paraméter! Elvárt: bool");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm :D Meglepődnék, ha bool bemeneti típusból nem bool jönne C# esetén

while (input != "q")
{
input = Console.ReadLine();
switch (input)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minden input-ra lehetett volna egy külön metódus

@@ -0,0 +1,63 @@
###############################################################################
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Szép munka, pár apróságot leszámítva :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants