Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Conversation

@dowerx
Copy link

@dowerx dowerx commented May 16, 2025

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.

  • CI/CD ✅
  • Singleton ❌
  • Terminal.Gui ✅
  • Van interfész szegregáció és dependency inversion ✅
  • Async/Await ✅

Szép munka, látszik a kód mennyiségből és minőségből, hogy foglalkoztál vele.

@@ -0,0 +1,26 @@
name: Build project
Copy link
Contributor

Choose a reason for hiding this comment

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

CI/CD - Nájsz

public static Config Instance
{
get
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Jáájj :D Singleton


using Microsoft.Extensions.Configuration;

using Terminal.Gui;
Copy link
Contributor

Choose a reason for hiding this comment

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

Nájsz.

@@ -0,0 +1,69 @@
# Film értékelő alkalmazás
Copy link
Contributor

Choose a reason for hiding this comment

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

Dokumentáció, nájsz

Copy link
Contributor

Choose a reason for hiding this comment

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

DTO absztrakció. Ez is tetszik.


public record class AppearanceJsonDTO
{
public Guid ID { get; init; } = Guid.NewGuid();
Copy link
Contributor

Choose a reason for hiding this comment

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

.NET 9 óta van V7-es GUID is. Guid.CreateV7() asszem a factory metódusa. Amíg JSON-ba vagy teljesen jó a V4-is, de amint ezt DB-be akarod tenni, már nem. Órán majd kérdezz rá, hogy miért inkább V7-es Guid, ha érdekel.

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