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

Konzolos kvíz alkalmazás #15

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

Conversation

Qdrony
Copy link

@Qdrony Qdrony commented Dec 9, 2023

No description provided.

Copy link
Contributor

@webmaster442 webmaster442 left a comment

Choose a reason for hiding this comment

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

Pár apróságba tudtam belekötni, szép munka.


public int helytelenValasz = 0;

public int jelenlegiKerdes = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

Field-et nem szoktunk kipublikálni 👎

using System.Runtime.InteropServices.ComTypes;
using System.Text;
using System.Threading.Tasks;
using static System.Runtime.InteropServices.JavaScript.JSType;
Copy link
Contributor

Choose a reason for hiding this comment

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

Javascript biztos kell??

"tema": "programozás"
},
{
"kerdes": "Mi a 'Tail Call Optimization' célja a funkcionális programozásban?",
Copy link
Contributor

Choose a reason for hiding this comment

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

Tail call optimization .NET CLR-be is van .NET 6 óta.

"valaszB": "Csökkenti az alkalmazás méretét.",
"valaszC": "Automatizálja a tesztelést.",
"valaszD": "Segít csökkenteni az osztályok közötti szoros kapcsolatot.",
"helyes": 4,
Copy link
Contributor

Choose a reason for hiding this comment

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

Ha válaszok ABCD suffix-el vannak, akkor a helyes is lehetett volna pl egy karakter. Pl D.

},
{
"kerdes": "Mi a CQRS (Command Query Responsibility Segregation) tervezési elve?",
"valaszA": "Az osztályok felelősségeit tisztán elválasztja, az egyik felelős a parancsokért, a másik a lekérdezésekért.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Ez azért ennél picivel összetettebb azért 🤔

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