-
Notifications
You must be signed in to change notification settings - Fork 16
Konzolos kvíz alkalmazás #15
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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?", |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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.", |
There was a problem hiding this comment.
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 🤔
No description provided.